Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Noveum_api-market-mcp-server": {
"command": "npx",
"args": [
"-y",
"@noveum-ai/mcp-server",
"--headers",
"x-magicapi-key:your-api-key"
]
}
}
}