by API-200
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.
# Add to your Claude Code skills
git clone https://github.com/API-200/api200Guides for using mcp servers skills like api200.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "jws: auth0/node-jws Improperly Verifies HMAC Signature",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T15:17:06.610Z",
"npmAuditRan": true,
"pipAuditRan": true
}api200 is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by API-200. 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 has 255 GitHub stars.
api200 returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/API-200/api200" and add it to your Claude Code skills directory (see the Installation section above).
api200 is primarily written in TypeScript. It is open-source under API-200 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh api200 against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
API 200 is all-in-one gateway for managing third-party APIs efficiently. Integrate third-party APIs or setup MCP server in minutes with auto-generated code, docs, auth, caching and error handling – so you can focus on what really matters.
✅ Fast API Setup:
✅ Schema Watching: Get notified when one of your APIs changes response schema
✅ Incident Detection: Dedicated tab for incidents automatically detected by the system
✅ In-browser Swagger Integration
✅ Import Endpoints from OpenAPI and Postman
✅ Endpoint Monitoring: Convenient charts with your endpoint's statistics
✅ Comprehensive Logging
✅ MCP Support (read more)
Get started immediately with our managed version of API 200. Users can go to our cloud platform and start integrating API endpoints instantly without any setup or infrastructure management. Visit API200.co to begin.
To configure the API200 MCP server with Claude Desktop (or any other client):
{
"mcpServers": {
"api200": {
"command": "npx",
"args": [
"api200-mcp@latest"
],
"env": {
"USER_KEY": "your-api-key-here"
}
}
}
}
# Clone the repository and install dependencies
git clone https://github.com/API-200/api200-selfhosted
cd api200-selfhosted
npm i
# Run setup script
# For localhost (admin privileges recommended):
sudo node setup.js
# OR for non-localhost:
node setup.js
# Start services
docker-compose up -d
⚠️ Note: Localhost setup requires host file modification (
127.0.0.1 kong), needing admin privileges.
http://<your-hostname-or-ip>:3000http://<your-hostname-or-ip>:8080For support, custom implementations, or any other inquiries: Contact us
API 200 is licensed under Sustainable Use License. See the LICENSE file for more details.