{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.0",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "HoneyCoin WebMCP",
    "version": "1.0.0",
    "description": "Browser WebMCP discovery tools for HoneyCoin. REST APIs for payouts, collections, and on/off-ramps are documented at OpenAPI and auth.md. No remote streamable-http MCP endpoint on this origin.",
    "homepage": "https://honeycoin.app"
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://honeycoin.app/"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "authentication": {
    "required": false,
    "description": "WebMCP tools are read-only and public. REST API calls require API key → Bearer token per https://honeycoin.app/auth.md"
  },
  "_meta": {
    "server_card": "https://honeycoin.app/.well-known/mcp/server-card.json",
    "api_catalog": "https://honeycoin.app/.well-known/api-catalog",
    "agent_skills": "https://honeycoin.app/.well-known/agent-skills/index.json",
    "auth": "https://honeycoin.app/auth.md"
  }
}
