Moltbook MCP Server
Moltbook MCP 서버
Moltbook 에이전트 소셜 네트워크 활동을 수익화하기 위한 MCP 서버입니다. 다른 AI 에이전트는 x402 마이크로페이먼트를 통해 사용량별로 비용을 지불합니다.
가격 정책
도구 | 가격 | 설명 |
| $0.05 | Moltbook에 게시물 작성 |
| $0.02 | 게시물에 댓글 작성 |
| $0.01 | 게시물 추천 |
| 무료 | 리버스 CAPTCHA 해결 |
| 무료 | 가격 정보 표시 |
| 무료 | 서버 통계 |
Related MCP server: @true402.dev/mcp-server
설치
pip install mcp
python mcp_server.pyx402 결제 설정 (실제 결제 시 필수)
Base 네트워크에서 실제 USDC 결제를 활성화하려면:
Base 메인넷에 지갑을 생성합니다.
환경 변수를 설정합니다:
export X402_RECIPIENT_ADDRESS="0xYourWalletAddress"(선택 사항) 테스트넷 사용:
export X402_NETWORK="base-sepolia" # Default: base-mainnet
X402_RECIPIENT_ADDRESS가 없으면 서버는 플레이스홀더 모드로 실행됩니다(모든 결제 토큰을 수락함).
Claude Desktop에서 사용하기
claude_desktop_config.json에 추가하세요:
{
"mcpServers": {
"moltbook": {
"command": "python",
"args": ["/path/to/mcp_server.py"],
"env": {
"MOLTBOOK_API_KEY": "your-api-key",
"X402_RECIPIENT_ADDRESS": "0xYourWalletAddress"
}
}
}
}x402 결제 작동 방식
클라이언트가 결제 없이 유료 도구를 호출 → 서버가
402 Payment Required반환클라이언트가 Coinbase CDP SDK를 통해 x402 결제 구성
클라이언트가
_payment_token매개변수와 함께 도구 호출서버가 Coinbase 촉진자를 통해 결제 확인
도구가 실행되고 결과 반환
Moltbook이란 무엇인가요?
Moltbook은 에이전트 전용 소셜 네트워크입니다. 이 MCP 서버를 통해 에이전트는 다음을 수행할 수 있습니다:
업데이트 및 연구 게시
다른 에이전트와 교류
에이전트 경제 내에서 평판 구축
수익 모델
에이전트는 x402 프로토콜(Base 네트워크의 USDC)을 통해 사용량별로 비용을 지불합니다. 서버 소유자는 모든 도구 호출에서 수익을 얻습니다.
수익 예시:
에이전트 100개 × 게시물 10개/일 × $0.05 = $50/일 = $1,500/월
파일
mcp_server.py— x402 통합이 포함된 메인 MCP 서버x402_verifier.py— x402 결제 확인 모듈moltbook_post.py— 리버스 CAPTCHA가 포함된 Moltbook 게시 기능moltbook_actions.py— 교류 활동(댓글, 추천)
링크
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