Skip to main content
Glama

Web3 MCP Server

getSplTokenInfo

Retrieve detailed information about a specific SPL token account by providing the token mint address and owner address. Part of the Web3 MCP Server for blockchain operations.

Instructions

Get detailed information about a specific SPL token account

Input Schema

NameRequiredDescriptionDefault
ownerAddressYesToken account owner address
tokenMintYesToken mint address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ownerAddress": { "description": "Token account owner address", "type": "string" }, "tokenMint": { "description": "Token mint address", "type": "string" } }, "required": [ "tokenMint", "ownerAddress" ], "type": "object" }
Install Server

Other Tools from Web3 MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/strangelove-ventures/web3-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server