
Jitapi
- 7 repo stars
- Updated June 14, 2026
- nk3750/jitapi
Turns any OpenAPI spec into an executable agent interface, using graph traversal and semantic search so an agent can call the right endpoints on demand.
About
Jitapi turns any OpenAPI specification into an executable agent interface, using a graph representation and semantic search so an AI agent can find and call the right endpoints just-in-time rather than being handed every operation up front. A solo builder reaches for it when wiring a large or unfamiliar API into an agent, letting the agent plan workflows across endpoints while keeping the tool surface manageable.
- Turns any OpenAPI spec into agent tools
- Graph-based endpoint traversal
- Semantic search over operations
- Uses OpenAI embeddings for planning
Jitapi by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env OPENAI_API_KEY=YOUR_OPENAI_API_KEY jitapi -- uvx jitapiAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 7 |
|---|---|
| Package | jitapi |
| Transport | STDIO |
| Auth | Required |
| Last updated | June 14, 2026 |
| Repository | nk3750/jitapi ↗ |
What it does
Turns any OpenAPI spec into an executable agent interface, using graph traversal and semantic search so an agent can call the right endpoints on demand.
Who is it for?
exposing large APIs to agents just-in-time
Skip if: APIs without an OpenAPI spec
What you get
- an agent-callable interface for any API