Home › Security › AIMarket MCP Gateway
AIMarket MCP Gateway
Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search.
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>"
}
}
}
}
Authorizationsecret — 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 URLAIMARKET_METIS_KEYsecret — Optional bearer token for Metis verifyAIMARKET_SEARCH_URL— DuckDuckGo HTML search endpoint override
Related servers
ida-pro-mcp
MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and…
GhidraMCP
A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling…
jadx-ai-mcp
JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live…
beelzebub
Beelzebub is a honeypot framework that lets you build honeypot tools using MCP. Its purpose is to detect prompt injection or malicious…
SafeDep Vet MCP
Protect your AI agents and IDEs from malicious open-source packages.
skylos
Dead code, security, secrets detection and code quality for Python, TypeScript, Go.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry