← WebMCP Directory

Tool tree

tatum.io

liveFinance & Crypto
https://tatum.io/
Tatum makes blockchain development simple. It’s the go-to blockchain development platform with a unified framework for building Web3 apps using any of the 100+ protocols.
Explore capabilities
discoverTatumMcpServeranswer

Discover Tatum for AI agents: MCP Server Card, API catalog, documentation, and key product pages (nodes, gateway, data API, notifications, wallets, price API, trending tokens, chains, pricing).

View tool JSON
{
  "name": "discoverTatumMcpServer",
  "kind": "answer",
  "impl": "imperative",
  "description": "Discover Tatum for AI agents: MCP Server Card, API catalog, documentation, and key product pages (nodes, gateway, data API, notifications, wallets, price API, trending tokens, chains, pricing).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
openTatumProductanswer

Return the best Tatum marketing product URL for a requested product. Use for nodes, gateway/RPC router, data API, notifications/webhooks, wallets/WaaS, price API, trending tokens, supported chains, or pricing. Prefer this for product pages; use openTatumDocs for developer docs.

View tool JSON
{
  "name": "openTatumProduct",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return the best Tatum marketing product URL for a requested product. Use for nodes, gateway/RPC router, data API, notifications/webhooks, wallets/WaaS, price API, trending tokens, supported chains, or pricing. Prefer this for product pages; use openTatumDocs for developer docs.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "product": {
        "type": "string",
        "description": "Product name or alias, e.g. nodes, gateway, data-api, notifications, wallets, price-api, trending tokens, chains, pricing."
      }
    },
    "required": [
      "product"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
openTatumDocsanswer

Return the best Tatum documentation or related URL for a topic (RPC/nodes, wallets, webhooks/notifications, auth/API keys, pricing, MCP, gateway, data API, price API, trending tokens, chains).

View tool JSON
{
  "name": "openTatumDocs",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return the best Tatum documentation or related URL for a topic (RPC/nodes, wallets, webhooks/notifications, auth/API keys, pricing, MCP, gateway, data API, price API, trending tokens, chains).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "description": "Documentation topic, such as RPC, wallets, webhooks, authentication, pricing, MCP, gateway, data API, or price API."
      }
    },
    "required": [
      "topic"
    ],
    "additionalProperties": false
  },
  "page": "/"
}