Servers
API-MARKET MCP Server
@Noveum
API Market MCP Servers
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"
]
}
}
}