MCP Directory

ycs77/apifable

GitHub
Developer Tools

MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y apifable

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from ycs77/apifable your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "apifable": {
      "command": "npx",
      "args": [
        "-y",
        "apifable"
      ]
    }
  }
}

Route ycs77/apifable intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add apifable

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use ycs77/apifable directly without routing

npx -y apifable

New to Agent-CoreX? View setup guide →

ycs77/apifable MCP Server — Agent-CoreX