Solves the problem of working with massive OpenAPI specs by using semantic search and dependency graphs instead of dumping hundreds of endpoints into context. Register any API once (Stripe, GitHub, TMDB), ask questions in plain English, and it figures out which endpoints to call and in what order. The dependency resolver is the standout piece: it knows that creating an order requires getting a user ID first, so it chains the calls automatically. Works offline with local embeddings out of the box, or you can plug in Voyage/OpenAI for better search quality on large APIs. Supports bearer tokens, API keys, and basic auth through environment variables so credentials never hit disk. Best for multi-step workflows across unfamiliar APIs where you'd otherwise be reading docs or writing custom integration code.
claude mcp add --transport stdio nk3750-jitapi uvx jitapi