MCP.so
登录

API-MARKET MCP Server

@MCP-Mirror

关于 API-MARKET MCP Server

Mirror of

基本信息

分类

开发工具

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Noveum_api-market-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@noveum-ai/mcp-server",
        "--headers",
        "x-magicapi-key:your-api-key"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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 defined by OpenAPI specifications. It is free to use and connects to APIs available at API.market.

How to use API-MARKET MCP Server?

Configure the server in your MCP client (e.g., Claude Desktop, Cursor) using the npx -y @noveum-ai/mcp-server command with your API key as a header (x-magicapi-key:your-api-key). Obtain an API key from your API.market account profile under "My API Keys".

Key features of API-MARKET MCP Server

  • Exposes API.market endpoints as MCP resources for LLMs.
  • Supports over 200+ APIs across multiple domains.
  • Free to use with an API key from API.market.
  • Runs via npx with no local clone required.
  • Includes helper scripts for adding new APIs.
  • Open source and accepts community contributions.

Use cases of API-MARKET MCP Server

  • Finding driving routes and geocoding locations via Trueway APIs.
  • Searching the web, news, images, and videos using Brave Search.
  • Generating images and detecting NSFW content with BridgeML.
  • Performing domain availability checks and whois lookups.
  • Transcribing audio and debluring images via MagicAPI.

FAQ from API-MARKET MCP Server

What do I need to use API-MARKET MCP Server?

You need an API key from API.market. Log in, go to your profile, select "My API Keys", and copy one of your keys. Then pass it as the header x-magicapi-key:your-api-key in the server configuration.

How do I configure API-MARKET MCP Server for Claude Desktop?

Edit your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json) and add an entry with command npx -y @noveum-ai/mcp-server and environment variable API_HEADERS set to x-magicapi-key:your-api-key.

Is API-MARKET MCP Server free?

Yes, the MCP server itself is free to use, and it allows agents to communicate freely with all available APIs on API.market (over 200+ APIs).

How can I add a new API to API-MARKET MCP Server?

Place the OpenAPI JSON spec in the json_files folder, run python utils/modify_api.py to update paths, optionally shorten summaries with LLM_summary_shortener.py or manual_summary_shortener.py, rebuild with npm run build, and test with npm run inspect.

What transport does API-MARKET MCP Server use?

It uses standard MCP protocol transport (stdio via the npx command). Authentication is via API key passed as a header.

评论

开发工具 分类下的更多 MCP 服务器