Jitapi
@nk3750
About Jitapi
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 e
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jitapi": {
"command": "uvx",
"args": [
"jitapi"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Jitapi?
Jitapi is an MCP server that lets Claude interact with any API from its OpenAPI spec, using semantic search and a dependency graph to surface only the needed endpoints.
How to use Jitapi?
Install via pip (pip install jitapi) and add the server configuration to your MCP client with command: "uvx" and args: ["jitapi"]. Then register any OpenAPI spec URL, search endpoints in plain English, and Claude chains the right API calls automatically.
Key features of Jitapi
- Zero-config: no API keys required for local embeddings
- Multi-API orchestration: register and query across multiple APIs
- Automatic dependency graph resolution for endpoint chains
- Semantic search in natural language instead of exact paths
- Pluggable embeddings: local, Voyage AI, OpenAI, or Cohere
Use cases of Jitapi
- Querying any REST API (e.g., Stripe, GitHub) via Claude without loading the full spec
- Building cross-API workflows that automatically resolve endpoint dependencies
- Rapid prototyping of integrations without writing a custom MCP server per API
FAQ from Jitapi
How does Jitapi handle large API specs?
It uses semantic search and a dependency graph to surface only what’s needed, avoiding context token waste and hallucinations.
What runtime dependencies does Jitapi require?
Python with pip; it runs via uvx. Local embeddings work out of the box without external API keys.
Can I use my own embedding model?
Yes. Jitapi supports pluggable embeddings: local (default), Voyage AI, OpenAI, or Cohere.
How are endpoint dependencies resolved?
Jitapi builds a dependency graph that knows which endpoints must be called first (e.g., GET /users before POST /orders) and resolves this automatically.
Does Jitapi support multiple APIs simultaneously?
Yes. You can register multiple OpenAPI specs and ask questions that span them.
Frequently asked questions
How does Jitapi handle large API specs?
It uses semantic search and a dependency graph to surface only what’s needed, avoiding context token waste and hallucinations.
What runtime dependencies does Jitapi require?
Python with `pip`; it runs via `uvx`. Local embeddings work out of the box without external API keys.
Can I use my own embedding model?
Yes. Jitapi supports pluggable embeddings: local (default), Voyage AI, OpenAI, or Cohere.
How are endpoint dependencies resolved?
Jitapi builds a dependency graph that knows which endpoints must be called first (e.g., GET /users before POST /orders) and resolves this automatically.
Does Jitapi support multiple APIs simultaneously?
Yes. You can register multiple OpenAPI specs and ask questions that span them.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments