{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "app.honeycoin/webmcp",
  "version": "1.0.0",
  "title": "HoneyCoin WebMCP",
  "description": "Browser WebMCP tools for HoneyCoin discovery: overview, auth summary, API links, and site navigation. Transactional payments use the REST APIs documented in OpenAPI and auth.md — there is no remote streamable-http MCP endpoint on this origin.",
  "websiteUrl": "https://honeycoin.app",
  "remotes": [],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "_meta": {
    "app.honeycoin/discovery": {
      "transport": "webmcp",
      "webmcp": "Browser agents use document.modelContext / navigator.modelContext on https://honeycoin.app (see homepage inline init and /assets/js/webmcp.js).",
      "auth": "https://honeycoin.app/auth.md",
      "agents": "https://honeycoin.app/agents.md",
      "api_catalog": "https://honeycoin.app/.well-known/api-catalog",
      "agent_skills": "https://honeycoin.app/.well-known/agent-skills/index.json",
      "openapi_b2b": "https://honeycoin.app/openapi/b2b.json",
      "openapi_crypto": "https://honeycoin.app/openapi/crypto.json",
      "oauth_protected_resource": "https://honeycoin.app/.well-known/oauth-protected-resource",
      "api_docs": "https://docs.honeycoin.app",
      "note": "Remote MCP (streamable-http) is not offered. Integrate via REST Bearer tokens or browser WebMCP tools."
    }
  }
}
