- Jitapi
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 embeddings.
Overview
What is JitAPI?
JitAPI is an MCP server that lets Claude interact with any API from its OpenAPI spec. Instead of dumping hundreds of endpoints into
context, it uses semantic search and a dependency graph to surface only what's needed.
The Problem
Stripe has 300+ endpoints. GitHub has 800+. Loading a full API spec into Claude's context wastes tokens and causes hallucinations. Writing a custom MCP server for every API doesn't scale.
How It Works
- Register any OpenAPI spec URL
- Search endpoints in plain English
- Execute — Claude chains the right API calls automatically
JitAPI builds a dependency graph that knows "you need to call GET /users first to get the user_id for POST /orders" — and resolves this
automatically.
Key Features
- Zero-config: Works out of the box with local embeddings. No API keys required.
- Multi-API orchestration: Register multiple APIs, ask questions that span them
- Dependency graphs: Automatically resolves endpoint dependencies
- Semantic search: Find endpoints using natural language, not exact paths
- Pluggable embeddings: Local (default), Voyage AI, OpenAI, or Cohere
Quick Start
pip install jitapi
{
"mcpServers": {
"jitapi": {
"command": "uvx",
"args": ["jitapi"]
}
}
}
Links
- https://github.com/nk3750/jitapi
- https://pypi.org/project/jitapi/
Server Config
{
"mcpServers": {
"jitapi": {
"command": "uvx",
"args": [
"jitapi"
]
}
}
}Project Info
Created At
2 months agoUpdated At
2 months agoAuthor Name
nk3750Star
-Language
-License
-Homepage
https://github.com/nk3750/jitapiRecommend Servers
View AllMemory
@modelcontextprotocol
a year ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Amap Maps
@amap
高德地图官方 MCP Server
a year ago
Filesystem
@modelcontextprotocol
2 months ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago