{"$schema":"https://modelcontextprotocol.io/schemas/server-card.schema.json","serverInfo":{"name":"Tradehand Website Agent Tools","version":"1.0.0","description":"Public MCP tools for discovering and reading Tradehand website content.","websiteUrl":"https://tradehand.com"},"transport":{"type":"streamable-http","url":"https://tradehand.com/api/mcp","protocol":"mcp"},"authentication":{"type":"none","description":"Public website discovery tools do not require authentication."},"capabilities":{"tools":true,"resources":true,"prompts":false},"tools":[{"name":"get_page_markdown","description":"Fetch a public Tradehand website page as clean markdown for agent reading and summarisation.","inputSchema":{"type":"object","additionalProperties":false,"properties":{"path":{"type":"string","description":"Public path on tradehand.com, for example /pricing or /for-trades.","default":"/"}},"required":["path"]}},{"name":"get_agent_discovery","description":"Return the public agent discovery endpoints, content policy, and canonical URLs for Tradehand.","inputSchema":{"type":"object","additionalProperties":false,"properties":{}}},{"name":"read_okf_concept","description":"Read one file of the Tradehand Open Knowledge Format bundle under /okf as raw markdown, YAML frontmatter intact. Start at /okf/index.md for the list of concepts.","inputSchema":{"type":"object","additionalProperties":false,"properties":{"path":{"type":"string","description":"Bundle path under /okf, for example /okf/costs/eicr.md, /okf/costs/ or /okf/log.md.","default":"/okf/index.md"}},"required":["path"]}}],"links":{"apiCatalog":"https://tradehand.com/.well-known/api-catalog","openapi":"https://tradehand.com/.well-known/openapi.json","skills":"https://tradehand.com/.well-known/agent-skills/index.json","llms":"https://tradehand.com/llms.txt"}}