API 200

v1.0.0APIsstable

API 200 is an open source API gateway to simplify 3rd-party integrations. Import endpoints, set up caching, retries, and mocks. Access all services via one URL. Monitor logs, track errors, and get alerts on API incidents.

alternativeapiapi-gatewayapi-integrationapi-management
Share:
255
Stars
0
Downloads
0
Weekly
0/5

What is API 200?

API 200 is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to api 200 is an open source api gateway to simplify 3rd-party integrations. import endpoints, set up caching, retries, and mocks. access all services via one url. monitor logs, track errors, and get ale...

API 200 is an open source API gateway to simplify 3rd-party integrations. Import endpoints, set up caching, retries, and mocks. Access all services via one URL. Monitor logs, track errors, and get alerts on API incidents.

This server falls under the APIs and Monitoring & Observability categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • API 200 is an open source API gateway to simplify 3rd-party

Use Cases

Simplify third-party integrations
Monitor API performance and track errors
API-200

Maintainer

LicenseNOASSERTION
Languagetypescript
Versionv1.0.0
UpdatedMay 4, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx api200

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use API 200

API 200 is an open-source API gateway and monitoring platform that simplifies third-party API integrations by providing a single unified endpoint with built-in caching, retries, mock responses, and incident detection. It supports importing endpoints from OpenAPI specs and Postman collections, monitors API performance with statistical charts and schema change notifications, and provides comprehensive request logging with error tracking and alerting. The MCP server integration lets AI assistants query logs, inspect endpoint configurations, and interact with your managed APIs through Claude or other MCP clients.

Prerequisites

  • Docker and Docker Compose installed (for self-hosted deployment)
  • Node.js 18+ for running the MCP server via npx
  • An API 200 account or self-hosted instance with a USER_KEY (API key)
  • An MCP-compatible client such as Claude Desktop
1

Deploy the API 200 self-hosted instance

Clone the self-hosted repository and run the setup script. Docker Compose will start all required services (Koa backend, Redis cache, Supabase for auth/database, Next.js frontend).

git clone https://github.com/API-200/api200-selfhosted && cd api200-selfhosted
npm i
node setup.js  # use 'sudo node setup.js' for localhost
docker-compose up -d
2

Access the API 200 dashboard

Once running, open the frontend at http://localhost:3000. The API handler is available at http://localhost:8080. Log in and navigate to Settings to retrieve your USER_KEY (API key) for MCP authentication.

3

Import your API endpoints

In the API 200 dashboard, import your third-party API endpoints from an OpenAPI spec or Postman collection. Configure caching TTL, retry policies, and mock responses per endpoint.

4

Configure the MCP server with your USER_KEY

Add the API 200 MCP server to your MCP client configuration, providing your USER_KEY so the server can authenticate with your API 200 instance.

5

Start the MCP server via npx

Run the API 200 MCP server using npx. Pass your USER_KEY as an environment variable.

USER_KEY=your-api-key-here npx api200-mcp@latest

API 200 Examples

Client configuration

Add the API 200 MCP server to claude_desktop_config.json with your API key.

{
  "mcpServers": {
    "api200": {
      "command": "npx",
      "args": ["api200-mcp@latest"],
      "env": {
        "USER_KEY": "your-api-key-here"
      }
    }
  }
}

Prompts to try

Use these prompts to interact with your API 200 gateway through Claude.

- "Show me the recent error logs for the Stripe API endpoint"
- "Which endpoints have had the most incidents in the last 24 hours?"
- "Check if the schema for the /users endpoint has changed recently"
- "List all configured API endpoints and their cache TTL settings"
- "What is the average response time for the payment API over the last week?"

Troubleshooting API 200

docker-compose up fails with port conflicts

API 200 uses ports 3000 (frontend) and 8080 (API handler) by default. If these ports are in use, stop the conflicting services or edit the docker-compose.yml to use different ports before running `docker-compose up -d`.

MCP server returns authentication errors with USER_KEY

Verify that the USER_KEY in your MCP config exactly matches the API key shown in the API 200 dashboard under Settings. Keys are case-sensitive. If you recently regenerated the key, update the USER_KEY value in claude_desktop_config.json and restart the MCP client.

Imported OpenAPI endpoints are not appearing in the dashboard

Ensure the OpenAPI spec is valid (3.x or Swagger 2.x format) and accessible from the API 200 server. If importing from a URL, check that the server can reach it — it must be publicly accessible or on the same network. Try downloading the spec and importing it as a local file instead.

Frequently Asked Questions about API 200

What is API 200?

API 200 is a Model Context Protocol (MCP) server that api 200 is an open source api gateway to simplify 3rd-party integrations. import endpoints, set up caching, retries, and mocks. access all services via one url. monitor logs, track errors, and get alerts on api incidents. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install API 200?

Follow the installation instructions on the API 200 GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with API 200?

API 200 works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is API 200 free to use?

Yes, API 200 is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More APIs MCP Servers

Explore all apis servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "api200": { "command": "npx", "args": ["-y", "api200"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use API 200?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides