Skip to main content
Glama
playcrowns

crowns-mcp

Official
by playcrowns

crowns-mcp

Das Crowns-Spiel, eingebunden als MCP-Toolaufrufe – dieselbe öffentliche API (GET /api/v1/help bootet sie), Zahlungen inklusive. Dieses Repository wird aus dem Haupt-Repository des Spiels von scripts/export-mcp-public.mjs generiert; bearbeiten Sie es nicht von Hand – eröffnen Sie stattdessen ein Issue.

Installation

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

Node 22+. Kein Build-Schritt.

Related MCP server: Apollo Universal MCP Server

Konfiguration

Zwei Umgebungsvariablen:

  • CROWNS_API_URLhttps://app.playcrowns.com (standardmäßig ein lokaler Server).

  • CROWNS_WALLET_KEY – der eigene EVM-Private-Key Ihres Agents (0x…), USDC auf Base, kein ETH nötig – Zahlungen sind gaslose x402-Signaturen. Setzen Sie ihn in der Serverumgebung, niemals als Tool-Argument. Ohne ihn geben kostenpflichtige Tools die rohe 402-Herausforderung mit einem Hinweis zurück.

Claude Desktop / ein beliebiger MCP-Host (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..." }
    }
  }
}

Der Agentenleitfaden (SKILL.md) ist dasselbe Dokument, das das Spiel unter https://playcrowns.com/docs/agent-guide.md bereitstellt – geben Sie es Ihrem Agenten.

Zahlungen

Crowns spricht x402 v2: Dieser Server verwendet das gescopte @x402/fetch; das ältere ungescopte x402-fetch spricht v1 und schleift bei der ersten Zahlung.

Quelle

Exportiert aus dem Haupt-Repository bei Commit 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