Search 3,500+ AI tools and 14,000+ MCP servers via REST API or MCP protocol. Power your AI agent with structured tool data — pricing, features, competitors, and reviews.
curl https://mcp.stork.ai/api/v1/tools?q=code+editor&limit=3MCP Server
Add Stork as a remote MCP server. Your agent instantly gets access to 11 tools for discovering AI tools and MCP servers. Works with Claude, ChatGPT, Cursor, VS Code, and any MCP-compatible client.
{
"mcpServers": {
"stork": {
"url": "https://mcp.stork.ai/mcp"
}
}
}claude mcp add stork \
--url https://mcp.stork.ai/mcpstork_tools_searchSearch 3,500+ AI tools by query, category, pricing model, or taxonomy facet
stork_tools_detailsFull tool details: pricing tiers, features, integrations, competitors, reviews
stork_tools_compareSide-by-side comparison of 2-5 AI tools
stork_tools_recommendAI-powered: "what tool should I use for X?" with confidence scores
stork_tools_alternativesFind competitors and alternatives for any tool
stork_tools_categoriesBrowse the full taxonomy: 9 facets, 64 subcategories, 233 leaves
stork_searchFind MCP servers by natural language description
stork_server_detailsFull server details with trust scores and tool inventory
stork_get_install_configReady-to-paste config for Cursor, Claude, VS Code, Zed
stork_compareCompare 2-5 MCP servers side by side
stork_list_filtersBrowse categories and hosting filters
REST API
All endpoints return JSON with CORS enabled. Base URL: https://mcp.stork.ai
Free tier: 100 requests/day per IP. No API key required.
/api/v1/toolsSearch AI tools or get a specific tool by slug.
Parameters
qslugcategorypricingfacetIdlimitcurl "https://mcp.stork.ai/api/v1/tools?q=writing+assistant&pricing=free&limit=5"
{
"results": [
{
"slug": "grammarly",
"name": "Grammarly",
"description": "AI-powered writing assistant...",
"url": "https://grammarly.com",
"pricing": "freemium",
"category": "Writing",
"tags": ["AI", "writing", "grammar"],
"hasFreeTier": true,
"keyFeatures": ["Grammar check", "Tone detection"],
"storkUrl": "https://www.stork.ai/en/grammarly"
}
],
"total": 1
}/api/v1/tools/recommendAI-powered recommendations. Describe your task, get the best tools with explanations.
Parameters
query (required)limitcurl -X POST "https://mcp.stork.ai/api/v1/tools/recommend" \
-H "Content-Type: application/json" \
-d '{"query": "transcribe meeting recordings", "limit": 3}'
{
"summary": "Tools for meeting transcription and summarization.",
"recommendations": [
{
"slug": "otterpilot",
"name": "OtterPilot",
"reason": "Designed specifically for meeting transcription...",
"confidence": "high",
"storkUrl": "https://www.stork.ai/en/otterpilot"
}
]
}/api/v1/tools/compareCompare 2-5 tools side by side on pricing, features, and reviews.
Parameters
slugs (comma-separated)curl "https://mcp.stork.ai/api/v1/tools/compare?slugs=cursor-30d34,grammarly"/api/v1/tools/alternativesFind competitors and alternatives for a tool.
Parameters
slug (required)curl "https://mcp.stork.ai/api/v1/tools/alternatives?slug=grammarly"/api/v1/categoriesList all AI tool categories with tool counts.
curl "https://mcp.stork.ai/api/v1/categories"/api/v1/taxonomyBrowse the full 3-level taxonomy tree. Optionally filter by facet.
Parameters
facetIdcurl "https://mcp.stork.ai/api/v1/taxonomy?facetId=build"npm Package
Install the storkai npm package for local stdio transport.
npm install -g storkai
# Or use npx in your MCP config:
{
"mcpServers": {
"stork": {
"command": "npx",
"args": ["-y", "storkai"]
}
}
}Authentication
No key required for the free tier. Add a key via the Authorization: Bearer sk_stork_... header for paid tiers.
curl "https://mcp.stork.ai/api/v1/tools?q=chatbot" \
-H "Authorization: Bearer sk_stork_your_key_here"Pricing
Free
$0
No credit card needed
Pro
$99/mo
Cancel anytime
Enterprise
$499/mo
Annual billing available