← WebMCP Directory

Tool tree

thorchain.org

Finance & Crypto
https://thorchain.org/
THORChain decentralized exchange information and resources
Explore capabilities

Tools verified

get_agent_rulesAnswer

Return the public THORChain AGENTS.md rules for AI clients.

View tool JSON
{
  "name": "get_agent_rules",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return the public THORChain AGENTS.md rules for AI clients.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {},
    "required": []
  }
}
get_site_summaryAnswer

Return the public THORChain website and agent-discovery summary.

View tool JSON
{
  "name": "get_site_summary",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return the public THORChain website and agent-discovery summary.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {},
    "required": []
  }
}
list_public_api_referencesAnswer

List official public THORChain API documentation references.

View tool JSON
{
  "name": "list_public_api_references",
  "kind": "answer",
  "impl": "imperative",
  "description": "List official public THORChain API documentation references.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {},
    "required": []
  }
}
open_thorchain_resourceAction

Navigate the browser to a known public THORChain website, documentation, or agent resource.

View tool JSON
{
  "name": "open_thorchain_resource",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate the browser to a known public THORChain website, documentation, or agent resource.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "required": [
      "resourceId"
    ],
    "properties": {
      "resourceId": {
        "type": "string",
        "enum": [
          "pricing",
          "ai_catalog",
          "homepage",
          "swap",
          "ecosystem",
          "integrate",
          "agent_rules",
          "llms_summary",
          "llms_full",
          "openapi",
          "mcp",
          "developer_docs",
          "protocol_docs"
        ],
        "description": "Identifier of the public THORChain resource to open."
      }
    }
  }
}
search_thorchain_resourcesAnswer

Search the curated public THORChain website, documentation, and agent resource links.

View tool JSON
{
  "name": "search_thorchain_resources",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search the curated public THORChain website, documentation, and agent resource links.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "required": [
      "query"
    ],
    "properties": {
      "query": {
        "type": "string",
        "minLength": 1,
        "maxLength": 120,
        "description": "Plain-language search text for public THORChain resources."
      }
    }
  }
}