Search APIs in natural language and retrieve endpoint, parameter, authentication, and code details.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Semanticapi MCP.
semantic_querySearch for an API capability using natural language.
semantic_discoverDeep discovery of a specific provider/API by name and intent.
semantic_discover_urlAnalyze any API from its documentation URL.
An MCP (Model Context Protocol) server that lets Claude, ChatGPT, and other LLM agents search and discover APIs using natural language via Semantic API. Ask for any API capability in plain English and get back endpoint details, parameters, auth info, and code snippets.
Or run directly with uvx:
Sign up at semanticapi.dev to get your API key.
| Variable | Required | Default | Description |
|---|---|---|---|
SEMANTIC_API_KEY | Yes | โ | Your Semantic API key |
SEMANTIC_API_URL | No | https://semanticapi.dev | API base URL override |
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
Or if installed with pip:
semantic_querySearch for an API capability using natural language.
Inputs:
query (string, required) โ What you want to do, e.g. "send an email with Gmail"auto_discover (boolean, optional, default: true) โ Auto-discover new APIs if neededExample: "Find me an API to convert currencies in real-time"
semantic_discoverDeep discovery of a specific provider/API by name and intent.
Inputs:
provider_name (string, required) โ API provider name, e.g. "stripe", "twilio"user_intent (string, optional) โ What you want to do with this APIExample: Discover Stripe's capabilities for "process a refund"
semantic_discover_urlAnalyze any API from its documentation URL.
Inputs:
url (string, required) โ URL of the API documentationuser_intent (string, optional) โ What you want to do with this APIExample: Analyze https://docs.example.com/api to generate a provider config
pip install semanticapi-cli)MIT
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/peter-j-thompson-semanticapi-mcp)<a href="https://allmcps.com/mcp/peter-j-thompson-semanticapi-mcp"><img src="https://allmcps.com/api/badge/peter-j-thompson-semanticapi-mcp?style=directory" alt="Semanticapi MCP on AllMCPs" /></a>