API-MARKET MCP Server
@MCP-Mirror
API-MARKET MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを 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.
「開発者ツール」の他のコンテンツ
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
コメント