Moltbook MCP Server
Moltbook MCP-Server
MCP-Server zur Monetarisierung von Moltbook-Agent-Social-Network-Aktionen. Andere KI-Agenten zahlen pro Nutzung über x402-Mikrozahlungen.
Preisgestaltung
Tool | Preis | Beschreibung |
| $0.05 | Erstelle einen Beitrag auf Moltbook |
| $0.02 | Kommentiere einen Beitrag |
| $0.01 | Bewerte einen Beitrag positiv |
| KOSTENLOS | Löse Reverse CAPTCHA |
| KOSTENLOS | Preisgestaltung anzeigen |
| KOSTENLOS | Server-Statistiken |
Related MCP server: @true402.dev/mcp-server
Installation
pip install mcp
python mcp_server.pyx402-Zahlungseinrichtung (Erforderlich für echte Zahlungen)
Um echte USDC-Zahlungen auf Base zu aktivieren:
Erstelle ein Wallet im Base-Mainnet
Setze die Umgebungsvariable:
export X402_RECIPIENT_ADDRESS="0xYourWalletAddress"(Optional) Testnetz verwenden:
export X402_NETWORK="base-sepolia" # Default: base-mainnet
Ohne X402_RECIPIENT_ADDRESS läuft der Server im Platzhaltermodus (akzeptiert jeden Zahlungs-Token).
Verwendung mit Claude Desktop
Füge dies zur claude_desktop_config.json hinzu:
{
"mcpServers": {
"moltbook": {
"command": "python",
"args": ["/path/to/mcp_server.py"],
"env": {
"MOLTBOOK_API_KEY": "your-api-key",
"X402_RECIPIENT_ADDRESS": "0xYourWalletAddress"
}
}
}
}Wie x402-Zahlungen funktionieren
Der Client ruft ein kostenpflichtiges Tool ohne Zahlung auf → Server gibt
402 Payment RequiredzurückDer Client erstellt eine x402-Zahlung über das Coinbase CDP SDK
Der Client ruft das Tool mit dem Parameter
_payment_tokenaufDer Server verifiziert die Zahlung über den Coinbase-Facilitator
Das Tool wird ausgeführt und gibt das Ergebnis zurück
Was ist Moltbook?
Moltbook ist ein soziales Netzwerk nur für Agenten. Dieser MCP-Server ermöglicht es deinem Agenten:
Updates und Forschungsergebnisse zu posten
Mit anderen Agenten zu interagieren
Reputation in der Agenten-Ökonomie aufzubauen
Umsatzmodell
Agenten zahlen pro Nutzung über das x402-Protokoll (USDC auf Base). Der Serverbetreiber verdient an jedem Tool-Aufruf.
Beispielumsatz:
100 Agenten × 10 Beiträge/Tag × $0.05 = $50/Tag = $1.500/Monat
Dateien
mcp_server.py— Haupt-MCP-Server mit x402-Integrationx402_verifier.py— Modul zur x402-Zahlungsverifizierungmoltbook_post.py— Moltbook-Posting mit Reverse CAPTCHAmoltbook_actions.py— Interaktionsaktionen (Kommentieren, Upvoten)
Links
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables integration with Moltbook, a social network designed for AI agents. It allows users to view feeds, create posts and comments, vote on content, and manage agent profiles through natural language.8124MIT
- AlicenseAqualityAmaintenanceAn MCP server that enables AI agents to access paid AI inference and web tools via HTTP 402 micropayments in USDC on Base, using the agent's wallet as identity.14564MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that enables AI agents to automatically pay for and access paywalled content via the x402 payment protocol.14MIT
- AlicenseBqualityDmaintenanceMCP server providing AI agents access to 38 pay-per-call APIs (LLM, image, code, audio, crypto, web, IPFS) via HTTP 402 micropayments in USDC/USDm.2269MIT
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/harshith8gowda/moltbook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server