OneKey-MCP-Router

DeepNLP OneKey MCP Router to Access Commercial MCP servers | MCPs AI Agent Revenue Sharing Initiative

OneKey MCP Router is an proxy MCP servers supports streaming http services and help authenticate various commercial or non-commercial MCPs using one access key for MCPs. Calling MCPs or AI Agent APIs by the credit system will reduce the costs of plans (Google Maps/Google Search/Other Web Search services/Financial Data) by a large margin and gain discount.

Features

  1. Use just one key to access commercial and non-Commercial MCP servers via Proxy Router for free tier and discounted rates, without needs to registered one keys at a time.
  2. OneKey Authentication of various MCP or AI Agent service provides
  3. Revenue Sharing Initiative : Support MCP APIs and AI Agents Moneytization By Credit System

graph LR
    A[User Request] --> B[MCP Router Proxy]
    B --> C[MCP Server 1]
    B --> D[MCP Server 2]
    B --> E[MCP Server 3]
    B --> F[MCP Server 4]
    B --> G[MCP Server 5]
    style B fill:#FFB6C1,stroke:#333

Source Code of MCP Onekey Proxy Server visit Github (https://github.com/AI-Agent-Hub/mcp-marketplace)

MCP Servers Supported By OneKey MCP Router

Beta Test

Now we are in beta testing mode, you can use below beta test keys for beta testing in your Clients.

export DEEPNLP_ONEKEY_ROUTER_ACCESS=BETA_TEST_KEY_SEP_2025 
Category MCP Server Config Web Demo Playground
Maps Google Maps Google Map OneKey Config Web Demo
Maps AMap (Gaode) Maps Amap OneKey Config Web Demo
Web Search Tavily AI Search Tavily OneKey Config Web Demo
Web Search Firecrawl mcp Firecrawl OneKey Config Web Demo

Get Config By Visiting Open MCP Marketplace. Search the MCPs, Choose the OneKey Tab to see if it’s available. For example, you can visit Google Map MCP OneKey Config and switch to OneKey tab.

MCP Router Config

Cursor Setup

Tutorial Start

Users

  1. Register and Generate OneKey at OneKey Key Generation for scene ‘DEEPNLP_ONEKEY_ROUTER’.
  2. Setup the mcp.config in your desktop clients such as (Claude, Cursor, etc) using the config listed in the Open MCP marketplace.
  3. Starting using MCPs and turn your desktop into AI agents terminal. Newly Registered Users get some free credits (Check the balance in Billing and each APIs call will consume credit at discounted rates.

MCP or AI Agent Service Provides

  1. Add Register your MCPs or AI Agent services meta information ( https://www.deepnlp.org/workspace/my_ai_services) to Open MCP Marketplace and AI Agent marketplace.
  2. Choose Various Pricing Plans: Fixed Price for One Time Offering such as Datasets, Pay per API Call (credits/1k calls), or Monthly Plans (beta)
  3. Check the dashboards of API usages and your account balance of credit gained (https://www.deepnlp.org/workspace/billing)

Google Maps Demo

Original MCP Config

{
    "mcpServers": {
		"google-maps": {
			"command": "npx",
			"args": ["-y", "@modelcontextprotocol/server-google-maps"],
			"env": {
				"GOOGLE_MAPS_API_KEY": "{GOOGLE_MAPS_API_KEY}"
			}
		},
	}
}

Google Map MCP-DeepNLP Onekey Router Config

{
    "mcpServers": {
        "deepnlp-onekey-mcp-router-google-maps": {
            "url": "https://agent.deepnlp.org/mcp?server_name=google-maps&onekey={DEEPMLP_ONEKEY_ACCESS_KEY}"
        },
    }
}

OneKey MCP Router and Revenue Sharing Plan Initiative

Introduction

The DeepNLP OneKey MCP Router (Proxy MCP server to route MCP requests with onekey authenticate to other MCPs) is an Open Source Revenue Sharing and Access Key Authentification Initiative to help users by reducing burdens to keep a lot of access keys for each individual service provides. Alternatively, Onekey program apply just one access key to connect to various commercial MCP servers and AI Agents with various pricing options/plans.

We started a beta-version of revenue-shareing credit/API pricing MCP Proxy server to authenticate and consolidate the APIs that users consume, charge users by credit for per call use (even small quantity), and the the MCP Store vendor will purchase the business plans from the MCP API provides.

Revenue Sharing and Credit Rates

1. Benefits for users

Using just onekey to access commercial MCPs, such as Google Maps/Search, Web Crawling (Tavily,Firecrawl, etc.), Financial Data, Image generation, etc. More choices of usage: Less Registration, More API Choices, Pay By Credit per API Call Use, Discounted pricing compared to monthly plans.

2. Benefits for MCP servers API provider

Previously Lost Free-tier users can still generate revenues for you because the vendors consolidate the low frequency users’ API requests per call and will pay you. Get New Users Growth From the MCP stores.

3. Two Party Exchange Credit Platform

Users call MCPs from clients, deduct credits, the vendors or API providers get incoming credits. MCP or AI Agents providers publish APIs https://www.deepnlp.org/workspace/my_ai_services, Choose their prefered rates and get credits in balance.

List of MCP OneKey Router Config

MAP MCPs

Google Map

Google Map is a frequently used commercial Map Provider. The pricing plans:

Maps: 10K per month free, 20K/month cost $70 Original Price: free for <10k, $0.007 per call for above>10k, (https://mapsplatform.google.com/pricing) Onekey MCP Router: Estimated Consolidated API Can reduce the cost from $7.0/1k $5.0/1k (dynamic pricing) calls for non-frequent users. (Users who find registering Google Maps service using credit card for plans is complicated and may subject to potential fees)

Google Map MCP Config.json

{
    "mcpServers": {
		"google-maps": {
			"command": "npx",
			"args": ["-y", "@modelcontextprotocol/server-google-maps"],
			"env": {
				"GOOGLE_MAPS_API_KEY": "{GOOGLE_MAPS_API_KEY}"
			}
		},
	}
}

Google Map MCP-DeepNLP Onekey Router Config

{
    "mcpServers": {
        "deepnlp-onekey-mcp-router-google-maps": {
            "url": "https://agent.deepnlp.org/mcp?server_name=google-maps&onekey={DEEPMLP_ONEKEY_ACCESS_KEY}"
        },
    }
}

Cursor [Image]

Web-based MCP Clients: https://agent.deepnlp.org/agent/mcp_tool_use?server=google-maps/google-maps

AMAP: StreamableHttpServer

AMAP MCP Config

{
    "mcpServers": {
        "amap-maps-streamableHTTP": {
          "url": "https://mcp.amap.com/mcp?key={AMAP_ACCESS_KEY}"
        },
    }
}

AMAP Map MCP-DeepNLP Onekey Router

{
    "mcpServers": {
		"deepnlp-onekey-mcp-router-amaps": {
			"url": "https://agent.deepnlp.org/mcp?server_name=amap-maps-streamableHTTP&onekey={ONEKEY_ACCESS_KEY}"
		},
    }
}

Web Crawl Deep Research

tavily-mcp

{
    "mcpServers": {
		"tavily-remote-mcp": {
			"command": "npx -y mcp-remote https://mcp.tavily.com/mcp/?tavilyApiKey={ACCESS_KEY}",
			"env": {}
		},
    }
}

tavily-mcp-DeepNLP OneKey Router

{
    "mcpServers": {
		"deepnlp-onekey-mcp-router-tavily-remote-mcp": {
			"url": "https://agent.deepnlp.org/mcp?server_name=tavily-remote-mcp&onekey={ONEKEY_ACCESS_KEY}"
		}
    }
}

firecrawl-mcp

{
    "mcpServers": {
		"firecrawl-mcp": {
			"command": "npx",
			"args": ["-y", "firecrawl-mcp"],
			"env": {
				"FIRECRAWL_API_KEY": "{FIRECRAWL_ACCESS_KEY}"
			}
		}
    }
}

firecrawl-mcp-DeepNLP OneKey Router

{
    "mcpServers": {
		"deepnlp-onekey-mcp-router-firecrawl-mcp": {
			"url": "https://agent.deepnlp.org/mcp?server_name=firecrawl-mcp&onekey={ONEKEY_ACCESS_KEY}"
		}
    }
}
{
    "mcpServers": {
		"perplexity-ask": {
			"command": "npx",
			"args": ["-y", "server-perplexity-ask"],
			"env": {
				"PERPLEXITY_API_KEY": "YOUR_API_KEY_HERE"
			}
		},
    }
}

perplexity-mcp-DeepNLP OneKey Router

{
    "mcpServers": {
		"deepnlp-onekey-mcp-router-perplexity-mcp": {
			"url": "https://agent.deepnlp.org/mcp?server_name=perplexity-ask&onekey={ONEKEY_ACCESS_KEY}"
		}
    }
}

All No Access Key Required MCP Servers

Browser: Puppeteer


{
    "mcpServers": {
		"puppeteer": {
			"command": "npx",
			"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
		},
    }
}

q = Navigate to arxiv.org and take screenshot

puppeteer Map MCP-DeepNLP Onekey Router

{
    "mcpServers": {
		"deepnlp-onekey-mcp-router-puppeteer": {
			"url": "https://agent.deepnlp.org/mcp?server_name=puppeteer&onekey={ONEKEY_ACCESS_KEY}"
		}
    }
}

Browser: playwright

{
    "mcpServers": {
		"playwright": {
			"command": "npx",
			"args": ["-y", "@executeautomation/playwright-mcp-server"]
		}
    }
}

playwright Map MCP-DeepNLP Onekey Router

{
    "mcpServers": {
		"deepnlp-onekey-mcp-router-playwright": {
			"url": "https://agent.deepnlp.org/mcp?server_name=playwright&onekey={ONEKEY_ACCESS_KEY}"
		}
    }
}