AI Agent Marketplace Index Search MCP Server
@AI-Agent-Hub
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 builds. Access 30+ categories like search, ima
Overview
What is AI Agent Marketplace Index Search MCP Server?
AI Agent Marketplace Index Search MCP Server is a gateway (OneKey Gateway) that provides CLI tools, RESTful APIs, MCP servers, and Python/TypeScript methods for AI agents and humans to access commercial agent APIs, MCPs, and Skills. It authenticates once with a single access key and offers a credit system covering 30+ categories and 100+ tools, eliminating multiple expensive subscriptions.
How to use AI Agent Marketplace Index Search MCP Server?
Install globally via npm -g install @aiagenta2z/onekey-gateway, then obtain an access key from the workspace keys page and set the environment variable DEEPNLP_ONEKEY_ROUTER_ACCESS. Use CLI commands like npx onekey agent <tool> <action> '<parameters>' to invoke tools (e.g., Google Maps search). The CLI falls back to a demo key if no key is set.
Key features of AI Agent Marketplace Index Search MCP Server
- Single access key for 100+ commercial APIs, MCPs, and LLMs.
- Convert APIs to MCP, Skills, CLI formats automatically.
- Built-in authentication, billing, rate limiting, and routing.
- Supports Agent Router, MCP Router, and LLM Router.
- Pay-as-you-go credit system, no multiple subscriptions.
Use cases of AI Agent Marketplace Index Search MCP Server
- Search Google Maps for places and rankings via CLI.
- Integrate commercial image generation APIs into AI workflows.
- Route AI agent requests to multiple MCP servers through one gateway.
- Convert existing REST APIs to MCP or Skills for agent interoperability.
FAQ from AI Agent Marketplace Index Search MCP Server
What is the OneKey Gateway and how does it relate to this server?
The server is the OneKey Gateway, a unified interface for commercial agent APIs, MCPs, and Skills. It provides authentication, billing, and format conversion.
How do I install and set up the CLI tool?
Install via npm: npm -g install @aiagenta2z/onekey-gateway. Then set the environment variable DEEPNLP_ONEKEY_ROUTER_ACCESS with your access key (or use the demo key BETA_TEST_KEY_MAR_2026 for testing).
How do I call an API using the CLI?
Use the pattern npx onekey agent <tool_package>/<tool_name> <action> '{"param":"value"}'. For example, npx onekey agent google-maps/google-maps maps_search_places '{"query":"New York City Italian Restaurants"}'.
Where can I get an access key and how is billing handled?
Get an access key from the workspace keys page at deepnlp.org/workspace/keys. Billing is handled via a credit system; usage is pay-as-you-go without multiple subscriptions.
What transport or authentication methods are supported?
The gateway uses a RESTful API