This gateway consolidates six AI models (DeepSeek, GPT-4o, Claude, Gemini, Grok, Llama) behind a single OpenAI-compatible endpoint with pay-per-use billing. It targets Chinese market operations with compliance tools for banned word detection across platforms like Douyin and Xiaohongshu, GEO visibility checks for local AI models, and regulatory scanners for GDPR and CCPA. The MCP integration exposes web search capabilities alongside the model access. You'd reach for this if you're building content systems that need to comply with Chinese advertising law or validate visibility across Baidu, WeChat, and Bilibili while keeping multi-model access simple. Registration returns an API key that works across all services, billed per request.
Public tool metadata for what this MCP can expose to an agent.
chatChat with AI models (DeepSeek, GPT-4o, Claude). Pay-per-use via ATEX API key.2 paramsChat with AI models (DeepSeek, GPT-4o, Claude). Pay-per-use via ATEX API key.
modelstringdeepseek-chat · deepseek-reasoner · gpt-4o-mini · gpt-4o · claude-3-5-sonnet · claude-3-5-haikudefault: deepseek-chatmessagesarrayweb_searchSearch the web for real-time information. 5 ATEX per call.1 paramsSearch the web for real-time information. 5 ATEX per call.
querystringcheck_balanceCheck your ATEX account balance and usage.Check your ATEX account balance and usage.
No parameter schema in public metadata yet.
list_modelsList available AI models and their pricing.List available AI models and their pricing.
No parameter schema in public metadata yet.
list_servicesList all available services in the ATEX marketplace.1 paramsList all available services in the ATEX marketplace.
categorystring一个API Key,同时使用6个AI模型 + 4个中国合规工具。
面向中国出海企业和内容创作者的AI服务市场。
一个OpenAI兼容端点,访问6个主流AI模型:
| 服务 | 说明 | 定价 |
|---|---|---|
| 违禁词检测+SEO合规 | 200+广告法违禁词,5大平台 | ¥0.1/次 |
| GEO可见度检测 | DeepSeek/Kimi/豆包/通义/文心 | ¥0.5/次 |
| 出海合规评估 | GDPR/CCPA/7大市场 | ¥1/次 |
| SEO合规扫描(6平台) | 百度/抖音/小红书/淘宝/微信/B站 | ¥0.2/次 |
# 1. 注册获取API Key
curl -X POST http://150.158.119.19:8420/v1/register \
-H "Content-Type: application/json" \
-d '{"name": "my_agent"}'
# 2. 检测违禁词
curl -X POST http://150.158.119.19:8420/api/v1/services/buy \
-H "Content-Type: application/json" \
-d '{"buyer": "YOUR_USER_ID", "service_id": "svc_046", "quantity": 1, "params": {"text": "全网最低价", "platform": "douyin"}}'
AGPL-3.0 — see LICENSE
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp