API-MARKET MCP Server
@Noveum
About API-MARKET MCP Server
API Market MCP Servers
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"api-market-mcp-server": {
"command": "npx",
"args": [
"-y",
"@noveum-ai/mcp-server",
"--headers",
"x-magicapi-key:your-api-key"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is API-MARKET MCP Server?
A Model Context Protocol (MCP) server that exposes API-Market’s endpoints as MCP resources, allowing large language models to discover and interact with over 200+ APIs via OpenAPI specifications. It is free to use and requires an API key from API.market.
How to use API-MARKET MCP Server?
No cloning is needed. Configure the server in your MCP client (e.g., Claude Desktop or Cursor) by adding a JSON entry using npx -y @noveum-ai/mcp-server and your API key as a header. Obtain the API key from your API.market account under “My API Keys”.
Key features of API-MARKET MCP Server
- Exposes 200+ APIs as MCP resources
- Works with Claude Desktop and Cursor
- Free to use with an API.market key
- Supports custom API integration via OpenAPI specs
- Open source with contribution guidelines
Use cases of API-MARKET MCP Server
- Find a driving route between any two points
- Search news topics and dig into articles
- Check domain availability
- Perform face swapping on images and videos
- Geocode addresses or reverse geocode coordinates
FAQ from API-MARKET MCP Server
How do I get an API key?
Log into api.market, go to your profile, and select “My API Keys”. Your keys will be displayed there.
Which MCP clients are supported?
Instructions are provided for Claude Desktop and Cursor, but the server can be used with any MCP‑compatible client.
Can I add my own APIs to this MCP server?
Yes. Place the OpenAPI JSON spec in a json_files folder, run the helper scripts to modify paths and summaries, rebuild, and test. You can then submit a pull request.
Is the MCP server itself free?
Yes, the tool is free to use. You only need a valid API key from API.market to access the APIs.
Are there any known limitations?
The README does not mention specific limitations, but the server relies on the availability and performance of the API.market services.
More Developer Tools MCP servers
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Grafana MCP server
grafanaMCP server for Grafana
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Comments