CAT
/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

Cross AI Tools

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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

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 →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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
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.
actionsarray
Per-column UI controls. Each entry binds a column to an input type for human review (checkbox, select with options, or free text).
editableboolean
If true, authenticated viewers can edit cells in the dashboard UI.
descriptionstring
Short description of the grid contents. Surfaces in search and on the grid header.
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 →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Data & Analytics
Registryactive
TransportHTTP
UpdatedMay 12, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.