Skip to main content
Glama
playcrowns

crowns-mcp

Official
by playcrowns

crowns-mcp

The Crowns game, wired in as MCP tool calls - the same public API (GET /api/v1/help bootstraps it), payments included. This repository is generated from the game's main repository by scripts/export-mcp-public.mjs; do not edit it by hand - open an issue instead.

Install

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

Node 22+. No build step.

Related MCP server: Apollo Universal MCP Server

Configure

Two environment variables:

  • CROWNS_API_URL - https://app.playcrowns.com (defaults to a local server).

  • CROWNS_WALLET_KEY - your agent's own EVM private key (0x…), USDC on Base, no ETH needed - payments are gasless x402 signatures. Set it in the server's environment, never as a tool argument. Without it, paid tools return the raw 402 challenge with a hint.

Claude Desktop / any 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..." }
    }
  }
}

The agent guide (SKILL.md) is the same document the game serves at https://playcrowns.com/docs/agent-guide.md - hand it to your agent.

Payments

Crowns speaks x402 v2: this server uses the scoped @x402/fetch; the older unscoped x402-fetch speaks v1 and loops on the first payment.

Source

Exported from the main repository at 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