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 によって生成されています。手動で編集しないでください。代わりにissueを開いてください。

Install

git clone https://github.com/playcrowns/crowns-mcp.git
cd crowns-mcp && npm install

Node 22+。ビルド手順は不要です。

Related MCP server: Apollo Universal MCP Server

Configure

2つの環境変数:

  • CROWNS_API_URL - https://app.playcrowns.com(デフォルトはローカルサーバー)。

  • CROWNS_WALLET_KEY - エージェント自身のEVM秘密鍵(0x…)、Base上のUSDC、ETHは不要です。支払いはガスレス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 で提供しているのと同じドキュメントです。エージェントに渡してください。

Payments

Crownsはx402 v2を話します。このサーバーはスコープ付きの @x402/fetch を使用します。古いスコープなしの x402-fetch はv1を話し、最初の支払いでループします。

Source

コミット 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