Skip to content

Add mcp-server-insumer: On-Chain Token Verification MCP Server #19

@douglasborthwick-crypto

Description

Server Details

Description

MCP server for InsumerAPI providing on-chain token verification and attestation across 31 EVM-compatible blockchains. Enables AI agents to autonomously verify wallet token holdings with ECDSA-signed (P-256) cryptographic proof.

Tools Provided

  1. get_supported_chains - List all 31 supported blockchain networks
  2. verify_token - Verify if a wallet holds a specific token on any supported chain
  3. get_token_balance - Get exact token balance for a wallet
  4. get_attestation - Get ECDSA-signed on-chain verification attestation
  5. get_merchant_info - Look up merchant verification status
  6. list_api_endpoints - List all available InsumerAPI endpoints

Installation

npx mcp-server-insumer
{
  "mcpServers": {
    "insumer": {
      "command": "npx",
      "args": ["-y", "mcp-server-insumer"],
      "env": {
        "INSUMER_API_KEY": "your-api-key"
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions