HomeSecurity › AIMarket MCP Gateway

AIMarket MCP Gateway

Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search.

Official Python CloudLocal Remote
★ 1 stars Last pushed 2026-09-22 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{aimarket_host}/mcp

Claude Code:

claude mcp add --transport http aimarket-mcp https://{aimarket_host}/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "aimarket-mcp": {
      "url": "https://{aimarket_host}/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer token matching AIMARKET_MCP_KEY when auth is enabled

Package (pypi 0.3.0)

uvx aimarket-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "aimarket-mcp": {
      "command": "uvx",
      "args": [
        "aimarket-mcp"
      ],
      "env": {
        "AIMARKET_METIS_URL": "<YOUR_VALUE>",
        "AIMARKET_METIS_KEY": "<YOUR_VALUE>",
        "AIMARKET_SEARCH_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • AIMARKET_METIS_URL — Metis verify API base URL
  • AIMARKET_METIS_KEY secret — Optional bearer token for Metis verify
  • AIMARKET_SEARCH_URL — DuckDuckGo HTML search endpoint override

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry