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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jitapi": {
"command": "uvx",
"args": [
"jitapi"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments