@connskill/mcp-growth-services
Official@connskill/mcp-growth-services
Ein MCP-Server, der einem KI-Agenten (Claude Desktop, Cursor, OpenClaw, …) direkte Tools für CONNSKILL Growth Services bietet – SEO- und SERP-Daten, SMS-Verifizierung und Social-Marketing-Aufträge – bezahlt pro Aufruf über x402 (USDC auf Base).
Die Tools werden live aus den eigenen /openapi.json- und /.well-known/x402-Dateien des Dienstes generiert. Neue Endpunkte erscheinen automatisch; nichts ist fest codiert.
Was Sie erhalten
22 Tools (live generiert, die Anzahl wächst also mit dem Dienst), z. B. serp_report, keyword_metrics, ai_search_volume, google_trends, keyword_difficulty, domain_tech, backlinks_report, sms_order, smm_order, plus die kostenlosen *_quote- und *_services-Abrufe. Die Beschreibung jedes Tools enthält seinen Preis (z. B. „kostet 0,15 USDC auf Base über x402“).
Related MCP server: Santos Automation
Zahlungsmodell
Kostenlose Endpunkte (Angebote, Katalog, Status) funktionieren ohne Wallet.
Bezahlte Endpunkte benötigen
X402_WALLET_KEY– den privaten Schlüssel einer Base-Wallet, die USDC hält.x402-fetchsigniert pro Aufruf eine EIP-3009-Autorisierung; der Facilitator bezahlt die Gasgebühren. Ohne Schlüssel geben bezahlte Tools einen klaren Hinweis zurück, statt etwas auszugeben.X402_MAX_USD(Standard1.00) begrenzt, was ein einzelner Aufruf ausgeben darf. Setzen Sie ihn niedrig (z. B.0.50) – er ist Ihr Sicherheitsgurt gegen einen außer Kontrolle geratenen oder fehlerhaften Aufruf.
⚠️ Der Wallet-Schlüssel kann echtes USDC ausgeben. Verwenden Sie eine dedizierte Wallet, die nur mit dem Betrag ausgestattet ist, den der Agent ausgeben darf, niemals Ihre Haupt-Wallet.
Einrichtung
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"
}
}
}
}Lassen Sie X402_WALLET_KEY weg, um im Nur-kostenlos-Modus zu laufen (Angebote und Katalogabfragen).
Umgebung
Variable | Standard | Bedeutung |
|
| Basis-URL des Dienstes |
| – | Privater Base-Schlüssel, der USDC hält (ermöglicht bezahlte Aufrufe) |
|
| Harte Obergrenze pro bezahltem Aufruf, in USD |
Test
node test-smoke.mjs # lists tools, calls a free endpoint, checks the paid guardBeim Smoke-Test wird kein Schlüssel verwendet – er gibt nie Geld aus.
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