AI Agent Marketplace Index

by ai-agent-hub

10 stars
484 downloads
Not rated
GitHub Website

About

Provides a searchable marketplace index of AI agents with detailed information including descriptions, websites, and performance metrics to help users discover specialized agents for specific tasks.

Details

Author
ai-agent-hub
Repository
aiagenta2z/onekey-gateway
GitHub stars
10
Downloads
484
Categories
Productivity, Developer Tools, Design, AI, Search, API
Tags
#integration, #web

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name AI Agent Marketplace Index
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 onekey
    • Argument 2 mcp
    • Argument 3 google-maps
    Environment
    • DEEPNLP_ONEKEY_ROUTER_ACCESS your_access_key

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

npm -g install @aiagenta2z/onekey-gateway

Test installation if run onekey got permission denied, run from npx

npx onekey

maps_search_places

Search for places in Google Maps. Parameters: query (string) - The search query for places.

generate_image_gemini

Generate an image using the Gemini model. Parameters: model (string), prompt (string) - The prompt for image generation.

generate_lego_build_plan

Generate a step-by-step assembly chart for a Lego build. Parameters: prompt (string), images (array), mode (string).

generate_tesla_wraps

Generate a design wrap for a Tesla car. Parameters: prompt (string), images (array), mode (string), car_model (string), output_number (integer).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ai agent marketplace index": {
            "env": {
                "DEEPNLP_ONEKEY_ROUTER_ACCESS": "your_access_key"
            },
            "args": [
                "onekey",
                "mcp",
                "google-maps"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": {
        "DEEPNLP_ONEKEY_ROUTER_ACCESS": "your_access_key"
    },
    "args": [
        "onekey",
        "mcp",
        "google-maps"
    ],
    "command": "npx"
}

Macos

{
    "env": {
        "DEEPNLP_ONEKEY_ROUTER_ACCESS": "your_access_key"
    },
    "args": [
        "onekey",
        "mcp",
        "google-maps"
    ],
    "command": "npx"
}

Windows

{
    "env": {
        "DEEPNLP_ONEKEY_ROUTER_ACCESS": "your_access_key"
    },
    "args": [
        "/c",
        "npx",
        "onekey",
        "mcp",
        "google-maps"
    ],
    "command": "cmd"
}

OneKey Gateway

AI Agent Gateway to Commercial APIs, Skills, MCPs and more using just one access key for most benefits. Registry your APIs once and enjoy omni converter to other agent formats 10x faster: API2MCP,API2Skills,API2CLI and more.

GitHub|Document|AI Agent Marketplace|AI Agent Search | AI Agent A2Z Deployment | Agent A2Z Payment

Onekey Gateway focuses on commercial agent APIs/MCPs/Skills, which typically require multiple subscriptions or access keys for web search,image generation, financial data, 3D rendering.
Our mission is to help users authenticate once and enjoy the most benefits, discounted, pay-as-you-go usage. Accessing Agent APIs, MCPs, and LLMs across 30+ categories and 100+ tools via our credit system,
you can eliminate multiple expensive subscriptions and maximize your benefits. More SOTA agent/models are available in the DeepNLP AI Agent Mareketplace.

Top Ranked Agent API(Skills/CLI)/MCPs Dashboard

Image generation

Overview

OneKey Gateway Document

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

| Gateway Type | Description | BASE URL | CLI |
|-------------|---------------------------------------------------------------------------------------------------------------|----------------------------------------|----------------|
| Agent APIs | Allow your AI Agent to Access APIs OneKey Agent Router Doc | https://agent.deepnlp.org/agent_router | npx onekey agent |
| MCP | Allow your AI clients to connect to commercial Http MCP OneKey MCP Router Doc | https://agent.deepnlp.org/mcp | npx onekey mcp |
| LLM | Allow your AI clients to call LLM endpoint proxy OneKey LLM Router Doc | https://agent.deepnlp.org/llm | npx onekey llm |

Want to register your API to OneKey Agent Gateway? See the Registry Documents and top ranked onekey gateway APIs Agent API Skills MCP Calls Ranking

| Gateway Type | Description |
|---------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
| Register Your New API | OneKey Gateway Registry Online Documents, Documents GitHub |

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.

OneKey Gateway Agent/Skills/MCP Conversion Matrix

Register and maintain your APIs/MCP Servers only once, AI Agent Marketplace registry and convert to other formats 10x faster, supported APIs/CLIs/Skills/Rest API/MCPs

| From \ To | API | CLI | Skills | Routed API | MCPs (StreamingHTTP) | MCPs (Stdio Local) |
|---------------------|-----|-----|--------|------------|----------------------|--------------------|
| API | - | ✅ | ✅ | ✅ | ✅ | - |
| CLI | - | - | ✅ | - | - | ✅ |
| Skills | - | - | - | - | ✅ | ✅ |
| Routed API | - | - | - | - | - | - |
| MCPs (Streaming HTTP) | - | - | - | - | - | - |
| MCPs (Stdio Local) | - | - | - | - | - | - |

                   ┌─────────────┐
                   │   Client    │
                   │ (App / CLI) │
                   └─────┬───────┘
                         │
                         ▼
                ┌───────────────────┐
                │ OneKey Gateway    │
                │───────────────────│
                │ • Authentication  │
                │ • Security        │
                │ • Billing/Quotas  │
                │ • Rate Limiting   │
                └─────┬─────────────┘
                         │
                         ▼
                 ┌──────────────────┐
                 │  OneKey Router   │
                 ├──────────────────┤
                 │ • Routes requests│
                 │ • Load balances  │
                 │ • Policy checks  │
                 └─────┬────────────┘
          ┌────────────┼────────────┐
          ▼            ▼            ▼
 ┌────────────────┐ ┌────────────────┐ ┌────────────────┐
 │ Agent Router   │ │ MCP Router     │ │ LLM Router     │
 │ (Agents /      │ │ (Tools / MCPs) │ │ (LLM Providers)│
 │ Skills)        │ │                │ │                │
 └─────┬──────────┘ └─────┬──────────┘ └─────┬──────────┘
       │                  │                  │
       ▼                  ▼                  ▼
 ┌─────────────┐   ┌─────────────┐    ┌─────────────┐
 │ Execution   │   │ Execution   │    │ Execution   │
 │ Layer       │   │ Layer       │    │ Layer       │
 │ • APIs      │   │ • MCP       │    │ • LLM       │
 │ • Orchest   │   │Servers/Tools│    │ Providers   │
 └─────┬───────┘   └─────┬───────┘    └─────┬───────┘
       ▼                  ▼                  ▼
 ┌──────────────────────────────────────────────┐
 │           Provider APIs / External Services  │
 │ • LLM APIs, SaaS tools, Databases, etc.      │
 └──────────────────────────────────────────────┘

Install

npm -g install @aiagenta2z/onekey-gateway

Test installation if run onekey got permission denied, run from npx

npx onekey

OneKey Access Key

Step 1. Get AI Agent A2Z OneKey access key
You can get the OneKey Gateway Access Keys.

Step 2. Set OneKey Access

export DEEPNLP_ONEKEY_ROUTER_ACCESS=your_access_key

For demo purpose, use the demo key for demo results.

export DEEPNLP_ONEKEY_ROUTER_ACCESS=BETA_TEST_KEY_MAR_2026
The CLI reads the access key from DEEPNLP_ONEKEY_ROUTER_ACCESS. If not set, it falls back to BETA_TEST_KEY_MARCH_2026.

Quickstart

OneKey Gateway CLI

Example 1: Google Maps

Your Agent will search Google Maps to find places, rankings, etc.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.