CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

HAPI MCP Server

larebelion/hapimcp
HTTPregistry active
Summary

Think of this as a universal adapter that turns any OpenAPI spec into MCP tools your AI assistant can call. Point it at a Swagger URL like Petstore or LinkedIn's API docs, and it dynamically generates tools for every endpoint. Run it headless to proxy an existing REST API, or use the full HAPI server for greenfield projects. The CLI makes it dead simple to serve a spec locally, deploy to Cloudflare Workers, or spin up a Docker container. It handles authentication, CORS, and TLS out of the box. Reach for this when you want Claude to interact with REST APIs without writing custom integration code for each one.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

HAPI_FQDNdefault: localhost

Fully Qualified Domain Name for the HAPI server (used in MCP tool URLs)

HAPI_HOMEdefault: /app/.hapi

Directory path for HAPI configuration and specs. Should be mounted as a volume in Docker

PROJECT_NAME

The name of the project/API (alternative to positional argument)

HAPI_OPENAPI

OpenAPI spec URL or path (alternative to --openapi flag)

HAPI_URL

Backend API base URL (alternative to --url flag)

HAPI_PORTdefault: 3030

Server port (alternative to --port flag) - this is the internal container port

HAPI_HEADLESSdefault: true

Enable headless mode (alternative to --headless flag)

HAPI_MCPdefault: true

Enable MCP mode (alternative to --mcp flag)

HAPI_DEV

Enable development mode (alternative to --dev flag)

HAPI_CORS

Comma-separated allowed CORS origins (alternative to --cors flag)

HAPI_CONFIG_FILES

Comma-separated configuration files (alternative to --filename flag)

NODE_ENVdefault: production

Node environment (development, production). 'development' enables verbose logging and debugging features.

Registryactive
Packagedocker.io/hapimcp/hapi-cli:0.6.0
TransportHTTP
UpdatedJan 7, 2026
View on GitHub