CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
instadashio avatar

Instadash

instadashio/instadash
7 toolsHTTPregistry active
Summary

This is a hosted bridge between AI agents and live tabular data. Your agent scrapes housing prices, API responses, or sensor readings and POSTs them to Instadash's ingest endpoints. Humans can review the data in a web grid, and agents read it back through MCP using the streamable HTTP transport. The logs show ingestion happening in under 100ms for batches ranging from hundreds to thousands of rows, with operations like JOIN and INDEX suggesting you can query across datasets. Reach for this when your agent needs to publish structured data that outlives the conversation, especially if non-technical stakeholders need to audit or correct what the agent collected before it gets reused.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
instadash_listList all grids in your workspace with their live URLs (https://instadash.io/{handle}/{slug}), row counts, and versions

List all grids in your workspace with their live URLs (https://instadash.io/{handle}/{slug}), row counts, and versions

No parameter schema in public metadata yet.

instadash_get_schemaGet the column names, inferred types, and a sample row for a grid1 params

Get the column names, inferred types, and a sample row for a grid

Parameters* required
gridstring
Grid slug or handle/slug
instadash_readRead rows from a grid with optional pagination3 params

Read rows from a grid with optional pagination

Parameters* required
gridstring
Grid slug or handle/slug
limitinteger
Max rows (default 100, max 1000)
offsetinteger
Row offset (default 0)
instadash_pushCreate or update a named grid with rows. Returns a live URL (https://instadash.io/{handle}/{slug}) — always share this URL with the user so they can view the interactive grid.7 params

Create or update a named grid with rows. Returns a live URL (https://instadash.io/{handle}/{slug}) — always share this URL with the user so they can view the interactive grid.

Parameters* required
actionsarray
Per-column UI controls. Each entry binds a column to an input type for human review (checkbox, select with options, or free text).
descriptionstring
Short description of the grid contents. Surfaces in search and on the grid header.
editableboolean
If true, authenticated viewers can edit cells in the dashboard UI.
namestring
Grid slug (lowercase letters, numbers, hyphens). Becomes the URL path: /{handle}/{slug}.
rowsarray
Rows to push. Each row is an object; column names and types are inferred from object keys and values.
tagsarray
Tags for organization and search visibility.
titlestring
Human-readable title shown on the grid page. Defaults to the slug if omitted.
instadash_list_versionsList the version history for a grid (each push creates a new version with timestamp, row count, and checksum)1 params

List the version history for a grid (each push creates a new version with timestamp, row count, and checksum)

Parameters* required
gridstring
Grid slug or handle/slug
instadash_editsList human edits on a grid for the current version. Returns the row index, column, new value, source (human/agent), and timestamp for each changed cell. Use this to ask "what did the human approve/change?" — closes the HITL loop without diffing full row snapshots.3 params

List human edits on a grid for the current version. Returns the row index, column, new value, source (human/agent), and timestamp for each changed cell. Use this to ask "what did the human approve/change?" — closes the HITL loop without diffing full row snapshots.

Parameters* required
gridstring
Grid slug or handle/slug
sincestring
Only return edits with updated_at > this ISO 8601 timestamp (useful for polling)
sourcestring
Filter by edit source. Default: all sources.one of human · agent
instamesh_searchSemantic + keyword search across all public grids in the mesh2 params

Semantic + keyword search across all public grids in the mesh

Parameters* required
kinteger
Number of results (default 8)
qstring
Search query
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Data & Analytics
Registryactive
TransportHTTP
UpdatedMay 12, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
io.laraplugins avatar
Mcp

io.laraplugins/mcp

Validated Laravel plugin data - health scores, compatibility and vendor trust
mcpcentral-io avatar
Jsoncanvas

io.mcpcentral/jsoncanvas

Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.
hanssonfredrik avatar
OKR Studio

io.okrstud/mcp

Connect AI assistants to your OKR data — objectives, key results, and cycles.
blockparty-global avatar
OneSource MCP

io.onesource/mcp

30 tools for blockchain data and live chain queries
skutrue avatar
Product Source

io.productsource/product-source

Real-time product data across 450+ retailers — look up any UPC for prices, images, and margin data.
scanbim-labs avatar
Acc

io.scanbimlabs/acc

Autodesk Construction Cloud: issues, RFIs, sheets, coordination.