API Live

AI Tool Discovery
for Agents & Apps

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.

Try it now
curl https://mcp.stork.ai/api/v1/tools?q=code+editor&limit=3

MCP Server

Connect any AI agent in one line

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.

MCP Config (any client)
{
  "mcpServers": {
    "stork": {
      "url": "https://mcp.stork.ai/mcp"
    }
  }
}
Claude Code
claude mcp add stork \
  --url https://mcp.stork.ai/mcp

AI Tool Discovery Tools

stork_tools_search

Search 3,500+ AI tools by query, category, pricing model, or taxonomy facet

stork_tools_details

Full tool details: pricing tiers, features, integrations, competitors, reviews

stork_tools_compare

Side-by-side comparison of 2-5 AI tools

stork_tools_recommend

AI-powered: "what tool should I use for X?" with confidence scores

stork_tools_alternatives

Find competitors and alternatives for any tool

stork_tools_categories

Browse the full taxonomy: 9 facets, 64 subcategories, 233 leaves

MCP Server Discovery Tools

stork_search

Find MCP servers by natural language description

stork_server_details

Full server details with trust scores and tool inventory

stork_get_install_config

Ready-to-paste config for Cursor, Claude, VS Code, Zed

stork_compare

Compare 2-5 MCP servers side by side

stork_list_filters

Browse categories and hosting filters

REST API

Structured data, ready to use

All endpoints return JSON with CORS enabled. Base URL: https://mcp.stork.ai

Free tier: 100 requests/day per IP. No API key required.

GET/api/v1/tools

Search AI tools or get a specific tool by slug.

Parameters

qslugcategorypricingfacetIdlimit
curl "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
}
POST/api/v1/tools/recommend

AI-powered recommendations. Describe your task, get the best tools with explanations.

Parameters

query (required)limit
curl -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"
    }
  ]
}
GET/api/v1/tools/compare

Compare 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"
GET/api/v1/tools/alternatives

Find competitors and alternatives for a tool.

Parameters

slug (required)
curl "https://mcp.stork.ai/api/v1/tools/alternatives?slug=grammarly"
GET/api/v1/categories

List all AI tool categories with tool counts.

curl "https://mcp.stork.ai/api/v1/categories"
GET/api/v1/taxonomy

Browse the full 3-level taxonomy tree. Optionally filter by facet.

Parameters

facetId
curl "https://mcp.stork.ai/api/v1/taxonomy?facetId=build"

npm Package

Local / offline use

Install the storkai npm package for local stdio transport.

Install & configure
npm install -g storkai

# Or use npx in your MCP config:
{
  "mcpServers": {
    "stork": {
      "command": "npx",
      "args": ["-y", "storkai"]
    }
  }
}

Authentication

API keys for higher limits

No key required for the free tier. Add a key via the Authorization: Bearer sk_stork_... header for paid tiers.

Authenticated request
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

  • 100 requests / day
  • 3,000 requests / month
  • All endpoints
  • IP-based rate limiting
Popular

Pro

$99/mo

Cancel anytime

  • 1,000 requests / day
  • 25,000 requests / month
  • Semantic search
  • AI recommendations
  • API key with usage tracking

Enterprise

$499/mo

Annual billing available

  • 10,000 requests / day
  • 250,000 requests / month
  • Everything in Pro
  • Priority support
  • Bulk data access