# Scalably MCP Gallery

Canonical: https://scalably.io/mcp/
40 MCP servers in production. 8 are open source under io.scalably. 11 third-party servers we run are listed with the exact versions we pin.
This is the machine-readable representation of the MCP gallery hub at the canonical URL. Same facts, denser format.

## Install everything
```
curl -s https://scalably.io/mcp/index.json | jq -r '.entries[].install.claude_code'
```
Prints one install command per server; run each, or pipe through your own installer. Each server's own representation has the exact command and the verify line.

## Ours
- [Google Search Console MCP](https://scalably.io/_ai/mcp/gsc-mcp.md): Read-only Google Search Console MCP: Search Analytics, sitemaps, URL inspection.
- [Google Analytics 4 MCP](https://scalably.io/_ai/mcp/ga4-mcp.md): Google Analytics 4 MCP: reports, realtime, funnels, pivots, metadata, admin lists.
- [Google Ads MCP](https://scalably.io/_ai/mcp/google-ads-mcp.md): Google Ads MCP: GAQL queries, resources, recommendations, keyword ideas, change history.
- [Hunter MCP](https://scalably.io/_ai/mcp/hunter-mcp.md): Hunter.io MCP: domain search, email finder and verifier, enrichment, discovery, leads.
- [Klaviyo MCP](https://scalably.io/_ai/mcp/klaviyo-mcp.md): Klaviyo MCP: campaigns, flows, segments, metrics, reports, profiles across many accounts.
- [Figma MCP](https://scalably.io/_ai/mcp/figma-mcp.md): Figma MCP: list frames in a file and fetch one frame's JSON and image safely.
- [DataForSEO MCP](https://scalably.io/_ai/mcp/dataforseo-mcp.md): DataForSEO MCP wrapper: searchable API docs plus normalized calls to the official server.
- [Shopify MCP](https://scalably.io/_ai/mcp/shopify-mcp.md): Read-only Shopify Admin GraphQL MCP: query, introspect, bulk export, ShopifyQL.

## Run in production
- [Tavily MCP](https://scalably.io/_ai/mcp/tavily-mcp.md) (Tavily 0.2.22): Web search, extract, map and crawl for research agents.
- [DataForSEO MCP Server](https://scalably.io/_ai/mcp/dataforseo-mcp-server.md) (DataForSEO 3.1.1): The upstream server our dataforseo-mcp wrapper runs; install it directly if you do not need the docs index.
- [Microsoft 365 MCP Server](https://scalably.io/_ai/mcp/ms-365-mcp-server.md) (Softeria 0.147.0): OneDrive and Microsoft Graph file access behind a per-tenant folder policy.
- [Penpot MCP Server](https://scalably.io/_ai/mcp/penpot-mcp-server.md) (zcubekr 1.0.0): Self-hosted Penpot design files for agents that produce layouts.
- [lemlist MCP (remote)](https://scalably.io/_ai/mcp/lemlist-mcp.md) (lemlist mcp-remote 0.8.2): Outreach campaign data from lemlist's hosted MCP, bridged over stdio with mcp-remote.
- [MCP Toolbox for Databases (BigQuery)](https://scalably.io/_ai/mcp/mcp-toolbox-bigquery.md) (Google 1.8.0): BigQuery datasets, tables and SQL for reporting agents, through a tools.yaml config.
- [Scrapling MCP](https://scalably.io/_ai/mcp/scrapling-mcp.md) (D4Vinci 0.4.15): Stealth fetching and Cloudflare-aware scraping behind our browser-scrape skill; we run it under a fail-closed guard.
- [Playwright MCP](https://scalably.io/_ai/mcp/playwright-mcp.md) (Microsoft latest): Browser automation and QA from Claude Code and Codex on the operator's machine.
- [Linear MCP (remote)](https://scalably.io/_ai/mcp/linear-mcp.md) (Linear hosted): Issue and project tracking for every engineering session.
- [Context7](https://scalably.io/_ai/mcp/context7-mcp.md) (Upstash hosted): Current library documentation before any version-sensitive claim or dependency change.
- [Codex CLI as an MCP server](https://scalably.io/_ai/mcp/codex-cli-mcp.md) (OpenAI codex mcp-server): A second implementer and reviewer reachable as a tool from Claude Code.

## Reliability
- Each of ours started as an internal ScalablyAI MCP server. We stripped the internal envelope, the auth wrapper and client dispatch that only make sense inside our own platform, and kept the tool surface. Every release runs through a clean-install CI job, publishes under the io.scalably namespace with trusted publishing so no long-lived token ever leaves our CI, and registers on the official MCP registry.
- We run this server in production, pinned at the exact version, with the install command derived mechanically from that pin so it can be re-verified against the published package.
