streamable-httpMITupdated 15d ago
Stop rewriting systems for AI. Instantly turn your APIs into MCP servers.
What can you do with Lenny Rachitsky Podcast Transcripts MCP Server?
HAPI MCP â Headless API for Model Context Protocol
Stop rewriting systems for AI. Instantly turn your APIs into MCP servers.
HAPI MCP lifts your OpenAPI catalog into MCP tools automatically, keeping design (OAS/Arazzo) and runtime (agents/LLMs) cleanly separated. Your existing APIs become AI-ready toolsâno new business logic, no sidecar servers, no rework.
Key Features
- No rewrites: Reuse 100% of your API logic. OpenAPI in, MCP tools out. No parallel codebase or shadow services.
- Faster time-to-value: Turn specs into agent-ready tools in minutes. Update the spec, ship new tools instantly.
- Reduced risk: Permissions, auth, rate limits, auditability are inherited from your APIsâgovernance without bolt-ons.
- Scales with you: runMCP delivers serverless-like elasticity with long-running when needed. Cold-start fast, stay warm for throughput.
- Deterministic orchestration: OrcA plans and executes multi-tool tasks predictablyâno brittle prompt chaining.
- Vendor-neutral: Works with any MCP client: ChatGPT, Claude, QBot, chatMCP. OAS + MCP + Arazzo stay portable.
How It Works
-
Pick your API spec
- OpenAPI, Swagger, RESTâHAPI CLI works with any API specification format.
- Supports OpenAPI 3.0+, REST APIs, OAuth 2.0 Dynamic Client Registration.
-
Run a single command
- One simple CLI command transforms your API into a usable MCP Server.
- No complex setup, zero configuration, works anywhere, cross-platform.
-
Use instantly
- Your API is now ready as a tool, AI agent, or testing interface.
- MCP server ready, AI agent compatible, testing interface, developer experience friendly.
Visual Pipeline
API Spec (swagger.json) â HAPI CLI â Usable Tool (AI-ready) â MCP Clients
[ OpenAPI / Swagger ] [ HAPI CLI ] [ MCP Server ]
(Your API) â (Transform) â (Usable Tool)
â â
| |
[ ChatGPT ] [ runMCP ]
[ Claude ] [ OrcA ]
[ QBot ] [ chatMCP]
[ Agents ]
Who Wins With HAPI
- Executives: Ship AI initiatives without ballooning cost. Keep teams focused on outcomes, not rewrites and integration sprawl.
- Architects & PMs: Design with OpenAPI/Arazzo, run with MCP. Clear contracts, policy inheritance, and versioned workflows keep risk low.
- Engineers & Ops: Deploy once. HAPI Server + runMCP scale tools; QBot/chatMCP give fast feedback; OrcA keeps executions deterministic.
Your Stack, Already Wired
- HAPI Server: Turns OpenAPI into MCP tools automaticallyâcontracts stay in sync with your source of truth.
- runMCP: Autoscaling execution and testing for MCP tools; cold-start fast, stay warm when workflows run long.
- QBot: CLI TUI for power users to interact with MCP tools directly from terminal or scripts.
- chatMCP: Conversational client that speaks MCP natively for support, ops, and internal assistants.
- OrcA: Deterministic planning and orchestration for multi-tool tasks; no brittle prompt spaghetti.
- Agents: Build agentic systems from standard APIsâno custom glue. Connect MCP clients across platforms.
Demos
- Playlist with demos
- New HAPI MCP YT Channel with demos API-First and MCP
Documentation
FAQ
-
Do we need to rewrite our services?
No. HAPI MCP lifts your existing OpenAPI specs directly into MCP tools. Your auth, validation, and business rules remain unchanged. -
Is this just another MCP server?
Itâs the Headless API model: your API becomes the runtime. HAPI Server reflects it as MCP; runMCP scales it; OrcA orchestrates it. No duplicate logic. -
Which clients can consume the tools?
Any MCP client: ChatGPT, Claude, QBot, chatMCP, bespoke orchestratorsâvendor-neutral by design. -
How do we keep control and compliance?
Your API remains the single source of truth. Policies, RBAC, rate limits, and audit logs flow through automatically; no shadow logic. -
What about security and privacy?
Scoped credentials, per-tool permissions, and auditable calls are inherited from your API layer. HAPI adds guardrails and observability for regulated environments. -
How fast can we get started?
You can transform your first API into an MCP tool in less than five minutes. The HAPI CLI makes it quick and painless.
Get Started
-
Install HAPI CLI from latest release: https://github.com/la-rebelion/hapimcp/releases
-
Transform your OpenAPI spec into an MCP server with a single command:
hapi serve path/to/your/swagger.json --headless -
Start using your MCP tools with any compatible client!
-
Explore the documentation for advanced usage and best practices.
Contributing
Contributions are welcome! Open a discussion or submit a pull request on GitHub: https://github.com/la-rebelion/hapimcp
License
HAPI MCP is licensed under the MIT License. See LICENSE for details.
Install
Add Lenny Rachitsky Podcast Transcripts MCP Server to your client. Pick the one you use.
claude mcp add --transport http lenny-rachitsky-podcast-transcripts-mcp- https://lenny-rachitsky.run.mcp.com.ai/mcpcodex mcp add lenny-rachitsky-podcast-transcripts-mcp- --url https://lenny-rachitsky.run.mcp.com.ai/mcp{
"mcpServers": {
"lenny-rachitsky-podcast-transcripts-mcp-": {
"url": "https://lenny-rachitsky.run.mcp.com.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"lenny-rachitsky-podcast-transcripts-mcp-": {
"type": "http",
"url": "https://lenny-rachitsky.run.mcp.com.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"lenny-rachitsky-podcast-transcripts-mcp-": {
"url": "https://lenny-rachitsky.run.mcp.com.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"lenny-rachitsky-podcast-transcripts-mcp-": {
"serverUrl": "https://lenny-rachitsky.run.mcp.com.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint â no local install
Version history
| Versions | Published |
|---|---|
| 0.6.0Latest | Jan 16, 2026 |