
Aerostack Registry
@aerostackdev
Search and discover 100+ MCP servers, functions, and skills. Semantic search, full tool schemas, per-tool access control. No auth needed for discovery.
概览
What is Aerostack Registry?
Aerostack Registry is a hosted MCP registry that lets AI agents discover and use 100+ MCP servers instantly via a single URL (mcp.aerostack.dev). It runs on Cloudflare’s edge with no local processes, Docker, or cold starts, and integrates with clients like Claude, Cursor, and Windsurf.
How to use Aerostack Registry?
Connect mcp.aerostack.dev to your AI client (e.g., Claude, Cursor, Windsurf). Your agent can then search the registry using search_registry, fetch tool schemas with get_tool_schema, and execute functions via call_function (requires a Bearer token). No installation or local configuration needed.
Key features of Aerostack Registry
- 100+ hosted MCP servers (Slack, Stripe, GitHub, AWS, etc.)
- Semantic search for tools by natural language queries
- Per-tool access control (read-only or disable destructive operations)
- Encrypted secrets injected at runtime, never exposed
- Sub-50ms latency globally via Cloudflare Workers in 300+ cities
- No authentication required for discovery; token only for execution
Use cases of Aerostack Registry
- Enable any AI agent to instantly find and call Slack, Stripe, or GitHub tools without local setup.
- Let a developer team share a curated registry of MCP servers with per-tool permissions.
- Build an agent that dynamically discovers tools by asking “send a Slack message” or “process payments.”
- Access a global, low-latency MCP server fleet without managing infrastructure.
FAQ from Aerostack Registry
Does Aerostack Registry require any local setup or Docker?
No. All MCP servers are hosted on Cloudflare’s edge, so there is no local processes, Docker, or cold starts.
How do I authenticate to call tools?
Discovery and search require no authentication. To execute a function via call_function, you must provide a Bearer token.
How fast is Aerostack Registry?
Sub-50ms globally, because it runs on Cloudflare Workers deployed in over 300 cities with zero cold starts.
What MCP servers are included?
Over 100 servers, including Slack, Stripe, GitHub, AWS, Discord, Salesforce, and more.
Where are my secrets stored?
API keys and secrets are encrypted and never exposed; they are injected at runtime only when a tool is called.