Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server that exposes API-Market's 200+ APIs as MCP resources, enabling LLMs to discover and interact with them through OpenAPI specifications.
Add this to your MCP client configuration:
{
"mcpServers": {
"noveum-api-market-mcp-server": {
"command": "npx",
"args": [
"-y",
"@noveum-ai/mcp-server"
],
"env": {
"API_HEADERS": "<API key header for API.market access>"
}
}
}
}{
"id": "noveum-api-market-mcp-server",
"name": "Noveum API Market",
"description": "A Model Context Protocol (MCP) server that exposes API-Market's 200+ APIs as MCP resources, enabling LLMs to discover and interact with them through OpenAPI specifications.",
"source_url": "https://github.com/noveum/api-market-mcp-server",
"publisher_name": "noveum",
"publisher_url": "https://github.com/noveum",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 4910,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@noveum-ai/mcp-server"
},
"tools_count": 34
}