What is the AIMarket MCP Gateway MCP server?
Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search.
How to install AIMarket MCP Gateway
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
AIMARKET_METIS_URLMetis verify API base URL
AIMARKET_METIS_KEYsecretOptional bearer token for Metis verify
AIMARKET_SEARCH_URLDuckDuckGo HTML search endpoint override
AuthorizationsecretBearer token matching AIMARKET_MCP_KEY when auth is enabled
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"aimarket-mcp": {
"command": "uvx",
"args": [
"aimarket-mcp"
],
"env": {
"AIMARKET_METIS_URL": "<YOUR_AIMARKET_METIS_URL>",
"AIMARKET_METIS_KEY": "<YOUR_AIMARKET_METIS_KEY>",
"AIMARKET_SEARCH_URL": "<YOUR_AIMARKET_SEARCH_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"aimarket-mcp": {
"command": "uvx",
"args": [
"aimarket-mcp"
],
"env": {
"AIMARKET_METIS_URL": "<YOUR_AIMARKET_METIS_URL>",
"AIMARKET_METIS_KEY": "<YOUR_AIMARKET_METIS_KEY>",
"AIMARKET_SEARCH_URL": "<YOUR_AIMARKET_SEARCH_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aimarket-mcp": {
"command": "uvx",
"args": [
"aimarket-mcp"
],
"env": {
"AIMARKET_METIS_URL": "<YOUR_AIMARKET_METIS_URL>",
"AIMARKET_METIS_KEY": "<YOUR_AIMARKET_METIS_KEY>",
"AIMARKET_SEARCH_URL": "<YOUR_AIMARKET_SEARCH_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"aimarket-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"aimarket-mcp"
],
"env": {
"AIMARKET_METIS_URL": "<YOUR_AIMARKET_METIS_URL>",
"AIMARKET_METIS_KEY": "<YOUR_AIMARKET_METIS_KEY>",
"AIMARKET_SEARCH_URL": "<YOUR_AIMARKET_SEARCH_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Claude Code
claude mcp add aimarket-mcp --env AIMARKET_METIS_URL=<YOUR_AIMARKET_METIS_URL> --env AIMARKET_METIS_KEY=<YOUR_AIMARKET_METIS_KEY> --env AIMARKET_SEARCH_URL=<YOUR_AIMARKET_SEARCH_URL> --env Authorization=<YOUR_AUTHORIZATION> -- uvx aimarket-mcpRelated MCP servers
AIMarket MCP Packager
Active
Stdio MCP packager: AIMarket hub plugins into self-hosted MCP server products.
1
View repository →Python
MIT
Search and invoke real AI capabilities on modelmarket.dev. Free trial, then USDC on Base.
0
View repository →Python
Apache-2.0
AIMarket Oracle Gateway
Active
Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.
0
View repository →Python
MIT
ARGUS-3 MCP Server
Active
ARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities.
0
View repository →TypeScript
MIT