@connskill/mcp-growth-services
Official@connskill/mcp-growth-services
一个 MCP 服务器,为 AI 代理(Claude Desktop、Cursor、OpenClaw 等)提供 CONNSKILL Growth Services 的直接工具——SEO 和 SERP 数据、短信验证和社交营销订单——通过 x402(Base 上的 USDC) 按次付费。
工具从服务自身的 /openapi.json 和 /.well-known/x402 实时生成。新端点自动出现;没有硬编码。
你得到什么
22 个工具(实时生成,因此数量会随服务增长),例如 serp_report、keyword_metrics、ai_search_volume、google_trends、keyword_difficulty、domain_tech、backlinks_report、sms_order、smm_order,以及免费的 *_quote / *_services 查询。每个工具的描述都带有其价格(例如 "通过 x402 在 Base 上花费 0.15 USDC")。
Related MCP server: Santos Automation
支付模式
免费端点(报价、目录、状态)无需钱包即可使用。
付费端点需要
X402_WALLET_KEY——持有 USDC 的 Base 钱包的私钥。x402-fetch每次调用都会签署 EIP-3009 授权;促进者支付 gas。如果没有密钥,付费工具会返回明确的提示,而不是花费任何费用。X402_MAX_USD(默认1.00)限制单次调用可能花费的金额。将其设置得低一些(例如0.50)——这是您防止失控或错误调用的安全带。
⚠️ 钱包密钥可以花费真实的 USDC。请使用专用钱包,仅存入您希望代理能够花费的金额,切勿使用您的主钱包。
设置
npm install # in this folderClaude Desktop / Cursor(mcpServers)
{
"mcpServers": {
"connskill-growth": {
"command": "node",
"args": ["/absolute/path/to/automaton/mcp/index.mjs"],
"env": {
"X402_WALLET_KEY": "<your Base wallet private key, 0x-prefixed>",
"X402_MAX_USD": "0.50"
}
}
}
}省略 X402_WALLET_KEY 以仅免费模式运行(报价和目录查询)。
环境
变量 | 默认值 | 含义 |
|
| 服务的 Base URL |
| – | 持有 USDC 的 Base 私钥(启用付费调用) |
|
| 每次付费调用的硬上限(美元) |
测试
node test-smoke.mjs # lists tools, calls a free endpoint, checks the paid guard冒烟测试不使用任何密钥——它从不花费。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
- AlicenseNot gradedqualityBmaintenanceWebsite intelligence tools for AI agents. Ten pay-per-call tools via x402 micropayments (USDC on Base) — no accounts, no API keys.2MIT
- AlicenseAqualityCmaintenanceProvides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.11107MIT
- AlicenseNot gradedqualityCmaintenanceExposes professional SEO tools (content briefs, keyword research, SERP analysis, backlink profiles, and on-page audits) to MCP-compatible AI agents with automatic x402 micropayment handling on Base.61MIT
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 USDC on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CONN-SKILL/connskill-growth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server