AI Agent Marketplace Index Search MCP Server

OneKey Agent Gateway access to Commercial APIs, Skills, MCPs Build once and Ship 10× faster. For devs & builders, A unified API registry to serve and

Local serverstdioPython

What is the AI Agent Marketplace Index Search MCP server?

AI Agent Marketplace Index Search MCP server exists for a simple reason — assistants are far more useful when they can act on AI Agent Marketplace Index Search directly instead of describing what you should do. OneKey Agent Gateway access to Commercial APIs, Skills, MCPs Build once and Ship 10× faster. For devs & builders, A unified API registry to serve and distribute across all agent formats—CLI, REST, MCP, and Skills—eliminating multiple.

What you get

OneKey Gateway provides CLI tool, Restful API, MCP, Skills and Python/Typescript methods for Agent and human to use commercial Agent APIs.

What the assistant can call

Once AI Agent Marketplace Index Search is connected, these are the calls the assistant has available:

  • gemini-3-pro-image-preview — gemini-2.5-flash-image
  • MCP — Allow your AI clients to connect to commercial Http MCP OneKey MCP Router Doc
  • LLM — Allow your AI clients to call LLM endpoint proxy OneKey LLM Router Doc
  • API — -
  • CLI — -
  • Skills — -
  • Architecture — This is an example of how onekey-gateway can help you and your AI agents to use commercial API,Skills and MCPs in one single gateway

Configuration and credentials

You will need 2 environment variables: DEEPNLP_ONEKEY_ROUTER_ACCESS, YOUR_ACCESS_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

onekey on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. AI Agent Marketplace Index Search's toolset — gemini-3-pro-image-preview, MCP, LLM and 4 more — is a fair guide to whether it matches your workflow. It is maintained by AI-Agent-Hub; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the ai agent marketplace index search mcp server does with a few real requests.

Available tools

ToolWhat it does
gemini-3-pro-image-previewgemini-2.5-flash-image
MCPAllow your AI clients to connect to commercial Http MCP [OneKey MCP Router Doc](https://www.deepnlp.org/doc/onekey_mcp_router)
LLMAllow your AI clients to call LLM endpoint proxy [OneKey LLM Router Doc](https://www.deepnlp.org/doc/onekey_llm_router)
API-
CLI-
Skills-
ArchitectureThis is an example of how onekey-gateway can help you and your AI agents to use commercial API,Skills and MCPs in one single gateway.

How to install the AI Agent Marketplace Index Search MCP server

{
  "mcpServers": {
    "ai-agent-marketplace-index": {
      "command": "npx",
      "args": ["-y", "onekey"],
      "env": {
        "DEEPNLP_ONEKEY_ROUTER_ACCESS": "your-value",
        "YOUR_ACCESS_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
DEEPNLP_ONEKEY_ROUTER_ACCESSCredential the server authenticates with.Yes
YOUR_ACCESS_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use AI Agent Marketplace Index Search to gemini-3-pro-image-preview.
  • Use AI Agent Marketplace Index Search to MCP.
  • Use AI Agent Marketplace Index Search to LLM.

Frequently asked questions

The server is the OneKey Gateway, a unified interface for commercial agent APIs, MCPs, and Skills. It provides authentication, billing, and format conversion.