Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

search_official_token_address

Verify and retrieve the official token address and symbol using a token symbol or address. Simplifies the process of identifying accurate token details for blockchain operations and crypto trading strategies.

Instructions

Get the official token address and symbol for a token symbol or token address. Try to use this first to get address and symbol of coin. If not found, use search_token_details to get details. Expects a TokenDetailsRequestContainer, returns a TokenDetailsResponseContainer.

Input Schema

NameRequiredDescriptionDefault
token_details_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "TokenDetailsRequest": { "properties": { "query": { "description": "token symbol or address", "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "TokenDetailsRequest", "type": "object" }, "TokenDetailsRequestContainer": { "properties": { "token_details_requests": { "items": { "$ref": "#/$defs/TokenDetailsRequest" }, "title": "Token Details Requests", "type": "array" } }, "required": [ "token_details_requests" ], "title": "TokenDetailsRequestContainer", "type": "object" } }, "properties": { "token_details_requests": { "$ref": "#/$defs/TokenDetailsRequestContainer" } }, "required": [ "token_details_requests" ], "title": "search_official_token_addressArguments", "type": "object" }

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/armorwallet/armor-crypto-mcp'

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