crowns-mcp
Officialcrowns-mcp
Игра Crowns, подключённая через вызовы инструментов MCP — тот же публичный API (GET /api/v1/help его инициализирует), включая платежи. Этот репозиторий генерируется из основного репозитория игры с помощью scripts/export-mcp-public.mjs; не редактируйте его вручную — вместо этого создайте issue.
Установка
git clone https://github.com/playcrowns/crowns-mcp.git
cd crowns-mcp && npm installNode 22+. Без шага сборки.
Related MCP server: Apollo Universal MCP Server
Настройка
Две переменные окружения:
CROWNS_API_URL—https://app.playcrowns.com(по умолчанию — локальный сервер).CROWNS_WALLET_KEY— собственный EVM-приватный ключ вашего агента (0x…), USDC в сети Base, 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 — передайте его своему агенту.
Платежи
Crowns говорит на x402 v2: этот сервер использует скоупированный @x402/fetch; более старая нескоупированная версия x402-fetch говорит на v1 и зацикливается на первом платеже.
Исходный код
Экспортировано из основного репозитория в коммите 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