Point Claude at any API. JitAPI figures out which endpoints to call and in what order — automatically. Register any OpenAPI spec, search endpoints in plain English, and orchestrate multi-step workflows across multiple APIs. No API keys required — works out of the box with local embeddings.
Server Config
{
"mcpServers": {
"jitapi": {
"command": "uvx",
"args": [
"jitapi"
]
}
}
}