Jitapi
@nk3750
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jitapi": {
"command": "uvx",
"args": [
"jitapi"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论