OpenAPI MCP Server
@snaggle-ai
About OpenAPI MCP Server
Allow AI to wade through complex OpenAPIs using Simple Language
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"OpenAPI MCP Server": {
"type": "http",
"url": "https://openapi-mcp.openapisearch.com/mcp"
}
}
}Tools
2Get an overview of an OpenAPI specification. This should be the first step when working with any API. - openai - OpenAI is a large AI service provider providing state of the art models in various modalities. - github - GitHub is where one hosts their code in a central location, to collaborate with others - podscan.fm - Search through podcast transcripts, get alerts - x - Official Twitter/X API - cloudflare - Cloudflare provides content delivery network services, cloud cybersecurity, DDoS mitigation, wide area network services, Domain Name Service, and ICANN-accredited domain registration services - npm-registry - supabase - Create hosted Postgres Databases with API - hackernews - Readonly API for posts, comments, and profiles from news.ycombinator.com - stripe - Create a paywall for your app or invoices - slack - A very common app used for communication at work - vercel - Vercel is a cloud hosting solution for full stack applications - val-town - Host serverless APIs - firecrawl - API for interacting with Firecrawl services to perform web scraping and crawling tasks. - playht - The PlayHT's API API allows developers to Realtime Text to Speech streaming Stream audio bytes from text, Convert long form Text to Speech Generate audio from text, and Voice Cloning Instant Cloning. - serper - The worlds fastest and cheapest google search api - replicate - brandwatch - Watch social media about your brand - jina-reader - Read webpages in markdown, html, or screenshot - upstash-redis - Control a Redis database over API - upstash-qstash - Scheduling and batching API calls - upstash-vector - Control a Vector database over API - digitalocean - apisguru - Public API to find OpenAPIs on https://apis.guru - groq - Cloud AI Provider with multiple transformer LLMs and other modalities, with very fast inference - notion-dbs - Notion Databases API - posthog-capture-api - Posthog is a Product analytics platform allowing companies to track and understand their users - google-analytics4 - The Google Analytics Admin API allows for programmatic access to the Google Analytics 4 (GA4) configuration data and is only compatible with GA4 properties - google-analytics3 - Views and manages your Google Analytics data (GA3) - anthropic-message-api - probo-nl - whatsapp-business - The WhatsApp Business Platform gives medium to large businesses the ability to connect with customers at scale. You can start WhatsApp conversations with your customers in minutes, send them care notifications or purchase updates, offer personalized services, and provide support in the channel that your customers prefer. - shopify - Shopify Admin API - twilio-messaging - huggingface - doppio - multion - browserless - Web browsing API - bol-com-retailer - Dutch shopping platform - statusbrew - Social media planning API for facebook, instagram, twitter, linkedin, google my business, pinterest, youtube, and tiktok. - swagger-validator - Validators for swagger 2.0 and 3.x specifications of OpenAPIs - google-mail - Manage GMail - youtube-data - The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels. - google-sheets - google-drive - google-secret-manager - flyio - vapi - klippa - uberduck - twilio - saltedge - Bank integrations - google-search-console - aws-cloudwatch-insights - aws-cloudfront - aws-email - aws-s3-control - aws-s3 - aws-sagemaker - aws-sagemaker-edge - aws-sagemaker-featureStore - bunq - hootsuite - robocorp - sendgrid - google-calendar - google-docs
Get details about a specific operation from an OpenAPI specification. Use this after getting an overview. - openai - OpenAI is a large AI service provider providing state of the art models in various modalities. - github - GitHub is where one hosts their code in a central location, to collaborate with others - podscan.fm - Search through podcast transcripts, get alerts - x - Official Twitter/X API - cloudflare - Cloudflare provides content delivery network services, cloud cybersecurity, DDoS mitigation, wide area network services, Domain Name Service, and ICANN-accredited domain registration services - npm-registry - supabase - Create hosted Postgres Databases with API - hackernews - Readonly API for posts, comments, and profiles from news.ycombinator.com - stripe - Create a paywall for your app or invoices - slack - A very common app used for communication at work - vercel - Vercel is a cloud hosting solution for full stack applications - val-town - Host serverless APIs - firecrawl - API for interacting with Firecrawl services to perform web scraping and crawling tasks. - playht - The PlayHT's API API allows developers to Realtime Text to Speech streaming Stream audio bytes from text, Convert long form Text to Speech Generate audio from text, and Voice Cloning Instant Cloning. - serper - The worlds fastest and cheapest google search api - replicate - brandwatch - Watch social media about your brand - jina-reader - Read webpages in markdown, html, or screenshot - upstash-redis - Control a Redis database over API - upstash-qstash - Scheduling and batching API calls - upstash-vector - Control a Vector database over API - digitalocean - apisguru - Public API to find OpenAPIs on https://apis.guru - groq - Cloud AI Provider with multiple transformer LLMs and other modalities, with very fast inference - notion-dbs - Notion Databases API - posthog-capture-api - Posthog is a Product analytics platform allowing companies to track and understand their users - google-analytics4 - The Google Analytics Admin API allows for programmatic access to the Google Analytics 4 (GA4) configuration data and is only compatible with GA4 properties - google-analytics3 - Views and manages your Google Analytics data (GA3) - anthropic-message-api - probo-nl - whatsapp-business - The WhatsApp Business Platform gives medium to large businesses the ability to connect with customers at scale. You can start WhatsApp conversations with your customers in minutes, send them care notifications or purchase updates, offer personalized services, and provide support in the channel that your customers prefer. - shopify - Shopify Admin API - twilio-messaging - huggingface - doppio - multion - browserless - Web browsing API - bol-com-retailer - Dutch shopping platform - statusbrew - Social media planning API for facebook, instagram, twitter, linkedin, google my business, pinterest, youtube, and tiktok. - swagger-validator - Validators for swagger 2.0 and 3.x specifications of OpenAPIs - google-mail - Manage GMail - youtube-data - The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels. - google-sheets - google-drive - google-secret-manager - flyio - vapi - klippa - uberduck - twilio - saltedge - Bank integrations - google-search-console - aws-cloudwatch-insights - aws-cloudfront - aws-email - aws-s3-control - aws-s3 - aws-sagemaker - aws-sagemaker-edge - aws-sagemaker-featureStore - bunq - hootsuite - robocorp - sendgrid - google-calendar - google-docs
Overview
What is OpenAPI MCP Server?
A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org. It applies a 3-step process to understand API specs and retrieve relevant endpoint details.
How to use OpenAPI MCP Server?
Install via the MCP URL (https://openapi-mcp.openapisearch.com/mcp) or the provided install button. For local development, run wrangler dev and then npx @modelcontextprotocol/inspector.
Key features of OpenAPI MCP Server
- Get an overview of any OpenAPI specification
- Retrieve details about specific API operations
- Support for both JSON and YAML formats
- Tested with Claude Desktop and Cursor
Use cases of OpenAPI MCP Server
- Quickly understand an API’s capabilities before integration
- Find and explore specific endpoints for a task
- Get a simplified summary of complex API specs
- Learn how APIs work via a conversational interface
FAQ from OpenAPI MCP Server
What is OpenAPI MCP Server for?
It provides conversational access to OpenAPI specs, allowing users to search, summarize, and drill into endpoint details via MCP.
Which clients does it work with?
It has been tested
Frequently asked questions
What is OpenAPI MCP Server for?
It provides conversational access to OpenAPI specs, allowing users to search, summarize, and drill into endpoint details via MCP.
Which clients does it work with?
It has been tested
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
Comments