AIMarket MCP Gateway
Rank #12,252io.github.alexar76/aimarket-mcp
Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search.
AIMarket MCP Gateway is a Model Context Protocol (MCP) server published by alexar76. It ranks #12,252 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. AIMarket MCP Gateway is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 103,339 of 115,591 servers on MCP Toplist.
Use AIMarket MCP Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http aimarket-mcp https://{aimarket_host}/mcpclaude mcp add aimarket-mcp -e "AIMARKET_METIS_URL=<your AIMARKET_METIS_URL>" -e "AIMARKET_METIS_KEY=<your AIMARKET_METIS_KEY>" -e "AIMARKET_SEARCH_URL=<your AIMARKET_SEARCH_URL>" -- uvx aimarket-mcpReplace each placeholder with your own value before saving.
[mcp_servers.aimarket-mcp]
url = "https://{aimarket_host}/mcp"Add to ~/.codex/config.toml.
[mcp_servers.aimarket-mcp]
command = "uvx"
args = ["aimarket-mcp"]
[mcp_servers.aimarket-mcp.env]
AIMARKET_METIS_URL = "<your AIMARKET_METIS_URL>"
AIMARKET_METIS_KEY = "<your AIMARKET_METIS_KEY>"
AIMARKET_SEARCH_URL = "<your AIMARKET_SEARCH_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://{aimarket_host}/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aimarket-mcp": {
"url": "https://{aimarket_host}/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aimarket-mcp": {
"type": "http",
"url": "https://{aimarket_host}/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aimarket-mcp": {
"serverUrl": "https://{aimarket_host}/mcp"
}
}
}Add to ~/.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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aimarket-mcp": {
"url": "https://{aimarket_host}/mcp"
}
}
}{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alexar76%2Faimarket-mcp)<a href="https://mcptoplist.com/server/io.github.alexar76%2Faimarket-mcp"><img src="https://mcptoplist.com/badge/io.github.alexar76%2Faimarket-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
alexar76
Other servers by alexar76
- AIMarket MCP Packager#16,658 · 1 ver
- ARGUS-3 MCP Server#18,481 · 1 ver
- AIMarket — live agent marketplace#19,895 · 1 ver
- AIMarket Oracle Gateway#20,477 · 1 ver
Available versions (4)
| Version | Published |
|---|---|
| 0.3.0 | Aug 16, 2026 |
| 0.2.3 | Jul 28, 2026 |
| 0.2.0 | Jul 28, 2026 |
| 0.1.0 | Jul 12, 2026 |
Frequently asked questions
- Who maintains AIMarket MCP Gateway?
- AIMarket MCP Gateway is maintained by alexar76, which publishes 5 MCP servers (8 total versions) tracked on MCP Toplist.
- Is AIMarket MCP Gateway listed on the Official MCP Registry?
- Yes — AIMarket MCP Gateway is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AIMarket MCP Gateway have?
- MCP Toplist tracks 4 versions of AIMarket MCP Gateway, most recently published on Aug 16, 2026.
- Where can I find the source code for AIMarket MCP Gateway?
- The source code for AIMarket MCP Gateway is hosted at github.com/alexar76/aimarket-mcp.