Aerostack Registry
About
Search and discover 100+ MCP servers, functions, and skills. Semantic search, full tool schemas, per-tool access control. No auth needed for discovery.
Details
- Author
- aerostackdev
- Downloads
- 297
- Categories
- Other, AI
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Aerostack RegistryCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
search_registry
Search the Aerostack marketplace registry to discover functions, MCP servers, skills, and agents. Returns the top matches ranked by stars and relevance. Use this first to find the right tool for your task. Each result includes a call_hint showing exactly how to invoke it.
get_tool_schema
Get the full description, category, tags, and call hint for a specific tool by its slug. Use after search_registry to confirm details before calling.
call_function
Execute a published Aerostack community function by its slug. Returns { success: true, data: {...} } on success or { success: false, error: { code, message } } on failure. Only works for type="function" entries from search_registry.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"aerostack registry": {
"aerostack-registry": {
"url": "https://mcp.aerostack.dev",
"transport": "streamable-http"
}
}
}
}
McpServers
{
"aerostack-registry": {
"url": "https://mcp.aerostack.dev",
"transport": "streamable-http"
}
}
Search and discover 100+ MCP servers hosted on Cloudflare's edge. No local processes, no Docker, no cold starts.
## What You Get
One URL. Every tool. Connect mcp.aerostack.dev to Claude, Cursor, or Windsurf and your AI agent can discover and use 100+
MCP servers instantly.
## Tools
| Tool | Description |
|------|-------------|
| search_registry | Semantic search across all MCPs, functions, skills, and agents. No auth required. |
| get_tool_schema | Get full parameter documentation for any tool — input schema, descriptions, examples. |
| call_function | Execute any published community function directly (requires Bearer token). |
## Key Features
- 100+ hosted MCP servers — Slack, Stripe, GitHub, AWS, Discord, Salesforce, and more
- Semantic search — ask "send slack message" or "process payments" and get ranked matches
- Per-tool access control — enable read-only tools, disable destructive ones
- Encrypted secrets — API keys never exposed, injected at runtime only
- Sub-50ms globally — Cloudflare Workers in 300+ cities, zero cold start
- No auth for discovery — search and browse freely, token only needed for execution
## Example
Ask your agent: "I need to send a Slack message and create a Stripe invoice"
The agent calls search_registry twice, gets the exact tools and parameter schemas, and knows how to call them — all without you
configuring anything manually.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




