Back to MCP Servers
Jitapi
Dynamic API discovery and execution from OpenAPI specs. Uses semantic search and dependency graphs to find relevant endpoints across multiple registered APIs, plan multi-step workflows, and execute API calls — without dumping entire specs into context.
developer-toolsapi
By nk3750
Installation
npx -y jitapiConfiguration
{
"mcpServers": {
"jitapi": {
"command": "npx",
"args": ["-y", "jitapi"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes