
API 200
Supports UIby api-200
Open source API gateway to simplify 3rd-party integrations with caching, retries, and mocks.
What it does
API 200 is an all-in-one gateway that simplifies how you manage third-party APIs. It allows you to integrate external services quickly by providing a unified URL and automating the tedious parts of API management, such as authentication, caching, and error handling.
Tools
- Gateway Management: Import endpoints from OpenAPI and Postman to create a proxy layer.
- Performance Tuning: Set up response caching and automatic retries to ensure reliability.
- Mocking: Create mock responses for testing without hitting live production endpoints.
- Monitoring: Track endpoint statistics via convenient charts and get alerted on API incidents.
- Transformation: Customize response formats and headers on the fly.
Installation
To configure the API200 MCP server in Claude Desktop:
{
"mcpServers": {
"api200": {
"command": "npx",
"args": [
"api200-mcp@latest"
],
"env": {
"USER_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
- claude
Quick install
npx api200-mcp@latestInformation
- Pricing
- free
- Published
- 4/20/2026
- stars






