Skip to main content
Glama
playcrowns

crowns-mcp

Official
by playcrowns

crowns-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 install

Node 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 导出。

Install Server
F
license - not found
A
quality
C
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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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