MCP Server
MCP
AIMarket MCP Gateway
Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search.
Install
uvx aimarket-mcp
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://{aimarket_host}/mcp",
"headers": [
{
"description": "Bearer token matching AIMARKET_MCP_KEY when auth is enabled",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"aimarket_host": {
"description": "Host[:port] of YOUR OWN aimarket-mcp deployment (no scheme). For the hosted marketplace with no install, use the io.github.alexar76/aimarket-hub server instead.",
"default": "127.0.0.1:9090"
}
}
}
],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "aimarket-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Metis verify API base URL",
"name": "AIMARKET_METIS_URL"
},
{
"description": "Optional bearer token for Metis verify",
"isSecret": true,
"name": "AIMARKET_METIS_KEY"
},
{
"description": "DuckDuckGo HTML search endpoint override",
"name": "AIMARKET_SEARCH_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
pypi
By
Comments
Sign in to leave a comment