crowns-mcp
Officialcrowns-mcp
El juego Crowns, conectado como llamadas de herramientas MCP - la misma
API pública (GET /api/v1/help la inicia), pagos incluidos. Este repositorio
se genera desde el repositorio principal del juego mediante scripts/export-mcp-public.mjs;
no lo edites a mano - abre un issue en su lugar.
Instalación
git clone https://github.com/playcrowns/crowns-mcp.git
cd crowns-mcp && npm installNode 22+. Sin paso de compilación.
Related MCP server: Apollo Universal MCP Server
Configuración
Dos variables de entorno:
CROWNS_API_URL-https://app.playcrowns.com(por defecto apunta a un servidor local).CROWNS_WALLET_KEY- la clave privada EVM de tu agente (0x…), USDC en Base, no se necesita ETH - los pagos son firmas x402 sin gas. Configúrala en el entorno del servidor, nunca como argumento de herramienta. Sin ella, las herramientas de pago devuelven el desafío 402 sin procesar con una pista.
Claude Desktop / cualquier host 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..." }
}
}
}La guía del agente (SKILL.md) es el mismo documento que el juego sirve en
https://playcrowns.com/docs/agent-guide.md - entrégasela a tu agente.
Pagos
Crowns habla x402 v2: este servidor usa el @x402/fetch con ámbito; el más antiguo
x402-fetch sin ámbito habla v1 y se repite en el primer pago.
Fuente
Exportado desde el repositorio principal en el commit 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