drio
  • App Tracker
  • Contact
Sign inStart Free
drio© 2026 drio All rights reserved.

Get the Builder Brief

Weekly notes from Yash on MCP, ChatGPT apps, and getting business workflows into production.

Product
HomeTemplatesHow it worksPricing
Solutions
Use casesOperations teamsEcommerce teamsFinance teamsRecruiting teamsReal estate teams
Resources
DocsMCP RegistryGlossaryBlogChangelog
Company
Contact usWhy driodrio agency↗Privacy PolicyTerms of Service
All systems normal
Follow us on:
MCP Registry/AIMarket MCP Gateway
A

AIMarket MCP Gateway

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

Use with clientMarkdown

Install and compare this MCP server

Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.

Install
uvx aimarket-mcp
Clients
Claude, Cursor, VS Code, Codex
Transport
STDIO, HTTP
Auth
Auth required by registry metadata
Capabilities
0 tools, 0 resources, 0 prompts
Related
ARGUS-3 MCP Server, AIMarket MCP Packager, AIMarket Oracle Gateway

Want MCP integration examples?

Get practical integration notes and launch examples for MCP servers like AIMarket MCP Gateway.

InstallAuthTools & ResourcesOverview

Install

Connection

Transport
STDIO, HTTP
Endpoint
https://{aimarket_host}/mcp
Command
uvx aimarket-mcp
Environment
{ "AIMARKET_METIS_URL": "YOUR_VALUE_HERE", "AIMARKET_METIS_KEY": "YOUR_SECRET_VALUE", "AIMARKET_SEARCH_URL": "YOUR_VALUE_HERE" }

Headers: Authorization

Variables: aimarket_host

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

{
  "mcpServers": {
    "io-github-alexar76-aimarket-mcp": {
      "command": "uvx",
      "args": [
        "aimarket-mcp"
      ],
      "env": {
        "AIMARKET_METIS_URL": "YOUR_VALUE_HERE",
        "AIMARKET_METIS_KEY": "YOUR_SECRET_VALUE",
        "AIMARKET_SEARCH_URL": "YOUR_VALUE_HERE"
      }
    }
  }
}

Config location

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json

Auth

Package transport

No remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.

Get credential

Scan with credential

Not persisted

Paste an API key, bearer token, or session value from the provider. It is used once to list inventory and discarded after the request.

Bearer token matching AIMARKET_MCP_KEY when auth is enabled

Tools & Resources

Tools
0
Resources
0
Prompts
0
No public tools, resources, or prompts captured yet. Use Auth when this server requires credentials.

Tools

No tools captured yet.

Resources

No resources captured yet.

Prompts

No prompts captured yet.

Questions

What is AIMarket MCP Gateway?+

AIMarket MCP Gateway is an MCP server for Stdio + Streamable-HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify.. It supports STDIO, HTTP transport.

How do I install AIMarket MCP Gateway?+

Use the generated config in Install. This server runs with uvx aimarket-mcp; add any required environment variables before starting your client.

How do I add AIMarket MCP Gateway to Claude Desktop?+

Choose the Claude Desktop tab in Install, copy the config, and add it to Claude Desktop's MCP server settings. Endpoint: https://{aimarket_host}/mcp.

How do I add AIMarket MCP Gateway to Claude Code?+

Choose the Claude Code tab in Install, copy the config, and add it to Claude Code's MCP server settings. Endpoint: https://{aimarket_host}/mcp.

How do I use AIMarket MCP Gateway with Codex?+

Choose the Codex tab in Install, copy the config, and add it to Codex's MCP server settings. Endpoint: https://{aimarket_host}/mcp.

How do I add AIMarket MCP Gateway to Cursor or VS Code?+

Choose the Cursor or VS Code tab in Install, copy the config, and add it to Cursor or VS Code's MCP server settings. Endpoint: https://{aimarket_host}/mcp.

What endpoint and transport does AIMarket MCP Gateway use?+

AIMarket MCP Gateway uses STDIO, HTTP transport. Endpoint: https://{aimarket_host}/mcp.

What tools and resources does AIMarket MCP Gateway expose?+

AIMarket MCP Gateway inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.

Does AIMarket MCP Gateway require authentication?+

AIMarket MCP Gateway is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.

Related MCPs

ARGUS-3 MCP ServerARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities.AIMarket MCP PackagerStdio MCP packager: AIMarket hub plugins into self-hosted MCP server products.AIMarket Oracle GatewayStdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.onsenseAndroid phone camera, sensors & files for any MCP client — local, no cloud, no ADB.BowmarkDo things on live websites: prices, availability, quotes, bookings, anything behind a form or login.nableSee where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor.

Profile notes

  • Remote URL variable: aimarket_host (default 127.0.0.1:9090)
  • Remote header: Authorization (secret)
  • Package: Pypi aimarket-mcp v0.2.3
  • Environment variable: AIMARKET_METIS_URL
  • Environment variable: AIMARKET_METIS_KEY (secret)
  • Environment variable: AIMARKET_SEARCH_URL
  • The upstream registry signals required auth or secrets.

Packages

PackageRegistryVersionInputs
aimarket-mcp

stdio

pypi0.2.3

Env: AIMARKET_METIS_URL

Env: AIMARKET_METIS_KEY secret

Env: AIMARKET_SEARCH_URL

Details

Version
0.2.3
Auth
Auth required by registry metadata
Repository
https://github.com/alexar76/aimarket-mcp
Updated
Jul 28, 2026