Dynamic API discovery and execution from OpenAPI specs. Uses semantic search and dependency graphs to find relevant endpoints across multiple registered APIs, plan multi-step workflows, and execute API calls — without dumping entire specs into context.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y jitapiAgent-CoreX intelligently routes which tools from nk3750/jitapi your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"jitapi": {
"command": "npx",
"args": [
"-y",
"jitapi"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add jitapiAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use nk3750/jitapi directly without routing
npx -y jitapiNew to Agent-CoreX? View setup guide →