OpenAPI.city
Precise API context for AI agents, via MCP and REST.
Getting Started
Welcome to openapi.city — structured OpenAPI specifications for AI agents and developers. Search, browse, and query thousands of public API specs via REST API or MCP.
Quick Start
Option A: Agent Signup (Recommended)
Tell your AI agent:
Sign up for openapi.city. Read https://openapi.city/signup.md for instructions.
Your agent will:
- Ask for your email
- Create your account and get an API key
- Configure MCP integration automatically
- You confirm via email to activate
Option B: Manual Signup
1. Sign up at openapi.city/dashboard and create an account.
2. Generate an API key from the API Keys page.
3. Make your first request:
curl -H "Authorization: Bearer oac_live_YOUR_KEY_HERE" \
https://openapi.city/api/v1/providers/search?q=stripe
4. Browse the response:
{
"results": [
{
"slug": "stripe",
"name": "Stripe",
"description": "Online payment processing for internet businesses",
"category": "payments",
"endpoint_count": 243
}
],
"endpoint_matches": [],
"meta": { "page": 1, "per_page": 25, "total": 1, "total_pages": 1 }
}
What you can do
Feature Endpoint Description Search APIsGET /api/v1/providers/search?q= Full-text search across all providers List providersGET /api/v1/providers Paginated index of all API providers Provider detailsGET /api/v1/providers/:slug Metadata, version info Full specGET /api/v1/providers/:slug/spec Complete OpenAPI specification EndpointsGET /api/v1/providers/:slug/endpoints All endpoints for a provider Single endpointGET /api/v1/providers/:slug/endpoints/:method/*path Detailed endpoint info SchemasGET /api/v1/providers/:slug/schemas/:name Schema definitions SummaryGET /api/v1/providers/:slug/summary Generated spec summary Auth requirementsGET /api/v1/providers/:slug/auth Authentication schemes Resolve URLPOST /api/v1/resolve Ingest a new spec by URL
Two integration paths
- REST API — standard HTTP requests, ideal for scripts, backends, and tools
- MCP Server — native integration with AI coding assistants (Cursor, Claude Code, Windsurf)
Next: Authentication →
Server Terkait
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
JSONPlaceholder
A free public REST API for testing and prototyping, powered by JSONPlaceholder.
MCP Gemini CLI
Integrate with Google Gemini through its command-line interface (CLI).
Feishu OAuth MCP Server
An MCP server with built-in Feishu OAuth authentication, deployable on Cloudflare Workers.
Authn8
Access your team's 2FA codes from AI agents without sharing secrets. List accounts, generate TOTP codes, and maintain full audit trails
Fidensa MCP Server
Check trust scores, search certified capabilities, compare side-by-side, verify signed artifacts.
Google Jules MCP
Automate Google Jules, the AI coding assistant, for tasks like code reviews, repository management, and AI-powered development workflows.
Test Code Generator
Generates Vitest test code from JSON specifications using boundary value analysis and equivalence partitioning.
weibaohui/kom
Provides multi-cluster Kubernetes management and operations using MCP, It can be integrated as an SDK into your own project and includes nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
Excalidraw MCP
Generate 25+ diagram types (flowchart, sequence, ER, mindmap, architecture, etc.) as Excalidraw files with natural language. CJK support, 30+ tech brand colors, Sugiyama auto-layout.
Authless Remote MCP Server
An authentication-free remote MCP server designed for deployment on Cloudflare Workers.