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 APIs | GET /api/v1/providers/search?q= | Full-text search across all providers |
| List providers | GET /api/v1/providers | Paginated index of all API providers |
| Provider details | GET /api/v1/providers/:slug | Metadata, version info |
| Full spec | GET /api/v1/providers/:slug/spec | Complete OpenAPI specification |
| Endpoints | GET /api/v1/providers/:slug/endpoints | All endpoints for a provider |
| Single endpoint | GET /api/v1/providers/:slug/endpoints/:method/*path | Detailed endpoint info |
| Schemas | GET /api/v1/providers/:slug/schemas/:name | Schema definitions |
| Summary | GET /api/v1/providers/:slug/summary | Generated spec summary |
| Auth requirements | GET /api/v1/providers/:slug/auth | Authentication schemes |
| Resolve URL | POST /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 →
İlgili Sunucular
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
ComfyUI MCP Server
Integrates ComfyUI with MCP, allowing the use of custom workflows. Requires a running ComfyUI server.
Rakit UI AI
An intelligent tool for AI assistants to present multiple UI component designs for user selection.
Search Tools MCP Server
An MCP server that enhances code analysis with advanced search and dependency mapping capabilities.
Bevy BRP MCP
Control, inspect, and mutate Bevy applications with AI coding assistants via the Bevy Remote Protocol (BRP).
MCP Options Order Flow Server
A high-performance MCP server for comprehensive options order flow analysis.
Translator AI
Translate JSON i18n files using Google Gemini or local Ollama models, with incremental caching support.
MCP Server
A cross-platform MCP server implementation for Amazon Q and Claude, providing multiple tools in a single executable.
BlenderMCP
Integrates with Blender to enable text and image-based 3D model editing using the Model Context Protocol.
Gamedev All-in-One MCP
an open-source MCP server that unifies Roblox Studio, Unity, Unreal Engine, and Blender into a single AI control plane for game development workflows.
LangSmith MCP Server
An MCP server for fetching conversation history and prompts from the LangSmith observability platform.