mcpbeat Sign in

AIMarket MCP Gateway MCP Server

not responding

AIMarket MCP Gateway is listed as active in the registry but did not answer our last check. 149 installs a week from pypi. Last commit 5 Sep 2026.

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

Installs per day peak 78 · avg 35 · -17% w/w
a month agotoday
Uptime history 47 days of history · worst day 0%
47 days agonow
0.0%
Uptime 24h
0 of 92 checks
Tools
hidden behind auth
2 ms
Response time
average over 24h
149
Installs / week
npm and PyPI

AIMarket MCP Gateway does not always answer

Over the last week it answered 0.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add aimarket-mcp --transport http https://{aimarket_host}/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aimarket-mcp": {
      "url": "https://{aimarket_host}/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aimarket-mcp]
url = "https://{aimarket_host}/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "aimarket-mcp": {
      "url": "https://{aimarket_host}/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aimarket-mcp": {
      "url": "https://{aimarket_host}/mcp"
    }
  }
}

This one needs environment variables set before it will start: AIMARKET_METIS_URL (Metis verify API base URL), AIMARKET_METIS_KEY (Optional bearer token for Metis verify), AIMARKET_SEARCH_URL (DuckDuckGo HTML search endpoint override). The author declared them in the registry entry; get the values from the project itself.

Endpoints

URLTransportStateLatencyChecked
https://{aimarket_host}/mcp streamable-http answering 2 ms 5 min ago

Alternatives to AIMarket MCP Gateway

same job, measured the same way
AIMarket Oracle Gateway
by alexar76

Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.

89 installs/wk local only
MCP Stdio
by shigechika

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

950 installs/wk local only
MD Log MCP
by md-log

md-log MCP: save/update/fetch markdown by path (stdio + remote HTTP, PAT auth).

107 installs/wk local only
web-retrieval-mcp
by velvetsp

MCP web search + tiered web fetch for AI agents (Exa, Firecrawl), SSRF-guarded, cross-platform.

67 installs/wk local only
Vanshulgoyal101
by vanshulgoyal101

Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.

4 tools answering
iFlow Search
by zhengyanglsun

MCP server for iFlow Search web search, image search, and URL fetch tools.

34 installs/wk local only
Fetch MCP Server
by yawlabs

HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction

1 744 installs/wk local only
I
Fetch Extract
by cedrickouma

MCP server (stdio): fetch web pages as clean readable markdown via the AgentForge API

26 installs/wk answering

AIMarket MCP Gateway — questions

Answers built from our own checks of this server.

Is AIMarket MCP Gateway working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 92 checks got a reply (0.0%), average response time 2 ms. The bar chart above shows every period we have measured.
The registry lists AIMarket MCP Gateway as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect AIMarket MCP Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AIMarket MCP Gateway need an API key?
No. AIMarket MCP Gateway completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. This is what we observed, not what the docs claim.
How many people use AIMarket MCP Gateway?
The pypi package aimarket-mcp was installed 149 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AIMarket MCP Gateway open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.