Skip to main content
Glama
152,948 tools. Last updated 2026-05-28 16:21

"How to call a smart contract function" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Graph-based tool retrieval for LLM agents. Builds a tool graph from OpenAPI/MCP specs and retrieves multi-step workflows via hybrid search (BM25 + graph traversal + embedding), recovering accuracy from 12% to 82% with 79% fewer tokens. Also works as an MCP Proxy to aggregate multiple servers behind 3 meta-tools.
    Last updated
    6
    7
    MIT

Matching MCP Connectors

  • Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm.

  • Cloudflare Workers MCP server: api-contract-validator

  • Retrieves function call arguments by parsing the contract ABI or checking recent execution results via nearblocks.io API. Experimental.
    MIT
  • Retrieve data from smart contracts by calling view/pure functions using the contract address, ABI, and function name. Supports multiple networks including BSC, Ethereum, and Base.
    MIT
  • Execute a raw function call on a NEAR smart contract. Specify the signer, contract, method, and arguments to submit the transaction.
    MIT
  • Interact with smart contracts on BNB Chain by calling state-changing functions. Specify contract address, ABI, function name, arguments, and network to execute write operations securely.
    MIT
  • Send a transaction from a smart contract account (SCA) to any address using the Alchemy Wallet API. Requires owner SCA address, signer address, and recipient address; optional value and call data.
    MIT
  • Initiate a token swap from a smart contract account using the Alchemy wallet API, requiring the owner SCA address and signer address.
    MIT
  • Retrieve the Application Binary Interface (ABI) for a smart contract by providing its address in 0x format. This enables interaction with contracts on the specified blockchain.
    MIT
  • Call any view/pure function on a verified EVM contract by providing contract address, function name, and optional arguments. Fetches ABI from Etherscan or accepts inline ABI.
    Business Source 1.1