Skip to main content
Glama
CONN-SKILL

@connskill/mcp-growth-services

Official
by CONN-SKILL

@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_reportkeyword_metricsai_search_volumegoogle_trendskeyword_difficultydomain_techbacklinks_reportsms_ordersmm_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 folder

Claude 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 以仅免费模式运行(报价和目录查询)。

环境

变量

默认值

含义

X402_ORIGIN

https://agent.connskill.com

服务的 Base URL

X402_WALLET_KEY

持有 USDC 的 Base 私钥(启用付费调用)

X402_MAX_USD

1.00

每次付费调用的硬上限(美元)

测试

node test-smoke.mjs   # lists tools, calls a free endpoint, checks the paid guard

冒烟测试不使用任何密钥——它从不花费。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    Provides 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.
    11
    107
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Exposes 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.
    61
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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