@connskill/mcp-growth-services
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@connskill/mcp-growth-servicesGet keyword metrics for 'growth hacking'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@connskill/mcp-growth-services
An MCP server that gives an AI agent (Claude Desktop, Cursor, OpenClaw, …) direct tools for CONNSKILL Growth Services — SEO & SERP data, SMS verification and social-marketing orders — paid per call via x402 (USDC on Base).
Tools are generated live from the service's own /openapi.json and
/.well-known/x402. New endpoints show up automatically; nothing is hardcoded.
What you get
22 tools (generated live, so the count grows with the service), e.g. serp_report, keyword_metrics, ai_search_volume,
google_trends, keyword_difficulty, domain_tech, backlinks_report,
sms_order, smm_order, plus the free *_quote / *_services lookups. Each
tool's description carries its price (e.g. "costs 0.15 USDC on Base via x402").
Related MCP server: Santos Automation
Payment model
Free endpoints (quotes, catalogue, status) work with no wallet.
Paid endpoints need
X402_WALLET_KEY— the private key of a Base wallet holding USDC.x402-fetchsigns an EIP-3009 authorization per call; the facilitator pays the gas. Without a key, paid tools return a clear hint instead of spending anything.X402_MAX_USD(default1.00) caps what any single call may spend. Set it low (e.g.0.50) — it is your safety belt against a runaway or buggy call.
⚠️ The wallet key can spend real USDC. Use a dedicated wallet funded with only what you want the agent to be able to spend, never your main wallet.
Setup
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"
}
}
}
}Omit X402_WALLET_KEY to run in free-only mode (quotes and catalogue lookups).
Environment
Var | Default | Meaning |
|
| Base URL of the service |
| – | Base private key holding USDC (enables paid calls) |
|
| Hard cap per paid call, in USD |
Test
node test-smoke.mjs # lists tools, calls a free endpoint, checks the paid guardNo key is used by the smoke test — it never spends.
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