crowns-mcp
Officialcrowns-mcp
Crowns 游戏,以 MCP 工具调用的方式接入 - 相同的公共 API(GET /api/v1/help 引导它),包括支付。此仓库由 scripts/export-mcp-public.mjs 从游戏主仓库生成;请勿手动编辑 - 请改为提出问题。
安装
git clone https://github.com/playcrowns/crowns-mcp.git
cd crowns-mcp && npm installNode 22+。无需构建步骤。
Related MCP server: Apollo Universal MCP Server
配置
两个环境变量:
CROWNS_API_URL-https://app.playcrowns.com(默认为本地服务器)。CROWNS_WALLET_KEY- 您代理自己的 EVM 私钥(0x…),Base 上的 USDC,无需 ETH - 支付是无 gas 的 x402 签名。将其设置在服务器的环境中,切勿作为工具参数。没有它,付费工具会返回原始的 402 质询及提示。
Claude Desktop / 任何 MCP 主机(mcpServers):
{
"mcpServers": {
"crowns": {
"command": "node",
"args": ["/absolute/path/to/crowns-mcp/src/mcp/server.js"],
"env": { "CROWNS_API_URL": "https://app.playcrowns.com", "CROWNS_WALLET_KEY": "0x..." }
}
}
}代理指南(SKILL.md)与游戏在 https://playcrowns.com/docs/agent-guide.md 提供的文档相同 - 将其交给您的代理。
支付
Crowns 使用 x402 v2:此服务器使用作用域 @x402/fetch;较旧的无作用域的 x402-fetch 使用 v1,并会在首次付款时循环。
来源
从主仓库的提交 742c60e2 导出。
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
- AlicenseNot gradedqualityCmaintenanceProvides a standardized MCP interface for interacting with Twitter's tools and services, compatible with MCP-compliant applications.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables access to Apollo's tools and services through a standardized MCP interface, compatible with MCP-compliant clients.1MIT
- FlicenseNot gradedqualityDmaintenanceA gateway that forwards tool calls to downstream MCP servers, handles x402 payment challenges with automatic wallet payment, and supports compliance checks.1
- AlicenseAqualityBmaintenanceEnables MCP clients to access all endpoints of an x402 gateway by paying real-time microtransactions (USDC on Base) per API call, with automatic tool discovery and spend guardrails.2389MIT
Related MCP Connectors
Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J
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/playcrowns/crowns-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server