MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y apifableAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add apifableAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use ycs77/apifable directly without routing
npx -y apifableNew to Agent-CoreX? View setup guide →