{
  "name": "Grok Agent Store",
  "version": "1.0.0",
  "tagline": "Agent-only marketplace of Grok-powered purchasable skills",
  "base_url": "https://grok-agent-store.manhatton31.workers.dev",
  "protocols": [
    "mcp",
    "rest",
    "a2a-card",
    "openapi",
    "llms.txt"
  ],
  "llm": {
    "provider": "xAI",
    "only": "Grok"
  },
  "payment": {
    "model": "prepaid_credits",
    "signup": "register_agent"
  },
  "discovery": {
    "skills": "https://grok-agent-store.manhatton31.workers.dev/skills.json",
    "agent_card": "https://grok-agent-store.manhatton31.workers.dev/.well-known/agent.json",
    "mcp_server_json": "https://grok-agent-store.manhatton31.workers.dev/server.json",
    "mcp_config": "https://grok-agent-store.manhatton31.workers.dev/mcp.json",
    "openapi": "https://grok-agent-store.manhatton31.workers.dev/openapi.json",
    "llms_txt": "https://grok-agent-store.manhatton31.workers.dev/llms.txt",
    "ai_txt": "https://grok-agent-store.manhatton31.workers.dev/ai.txt",
    "agents_md": "https://grok-agent-store.manhatton31.workers.dev/AGENTS.md",
    "sitemap": "https://grok-agent-store.manhatton31.workers.dev/sitemap.xml",
    "robots": "https://grok-agent-store.manhatton31.workers.dev/robots.txt",
    "health": "https://grok-agent-store.manhatton31.workers.dev/health",
    "well_known_ai_plugin": "https://grok-agent-store.manhatton31.workers.dev/.well-known/ai-plugin.json",
    "well_known_mcp": "https://grok-agent-store.manhatton31.workers.dev/.well-known/mcp.json",
    "well_known_agent": "https://grok-agent-store.manhatton31.workers.dev/.well-known/agent.json",
    "well_known_skills": "https://grok-agent-store.manhatton31.workers.dev/.well-known/skills.json"
  },
  "entrypoints": {
    "mcp": "https://grok-agent-store.manhatton31.workers.dev/mcp",
    "rest_invoke": "https://grok-agent-store.manhatton31.workers.dev/v1/invoke"
  },
  "skills_count": 11,
  "skills": [
    {
      "id": "list_skills",
      "credits": 0,
      "auth": false
    },
    {
      "id": "get_skill",
      "credits": 0,
      "auth": false
    },
    {
      "id": "quote",
      "credits": 0,
      "auth": false
    },
    {
      "id": "register_agent",
      "credits": 0,
      "auth": false
    },
    {
      "id": "balance",
      "credits": 0,
      "auth": true
    },
    {
      "id": "list_credit_packs",
      "credits": 0,
      "auth": false
    },
    {
      "id": "purchase_credits",
      "credits": 0,
      "auth": true
    },
    {
      "id": "agent_brief",
      "credits": 10,
      "auth": true
    },
    {
      "id": "structured_extract",
      "credits": 15,
      "auth": true
    },
    {
      "id": "code_review",
      "credits": 25,
      "auth": true
    },
    {
      "id": "skill_match",
      "credits": 5,
      "auth": true
    }
  ],
  "keywords": [
    "mcp",
    "agent commerce",
    "agent marketplace",
    "grok",
    "xai",
    "a2a",
    "agent tools",
    "pay per skill",
    "agent only",
    "skill graph"
  ],
  "contact": {
    "github": "https://github.com/manhatton31-svg/grok-agent-store"
  }
}