Skip to main content
Glama

Web3 Research MCP

research-token

Analyze token details by specifying name, ticker, and source to gather insights from platforms like IQ Wiki or CoinMarketCap.

Input Schema

NameRequiredDescriptionDefault
sourceYesSource to research (e.g., 'IQ Wiki', 'CoinMarketCap')
tokenNameYesName of the token
tokenTickerYesTicker symbol of the token

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "source": { "description": "Source to research (e.g., 'IQ Wiki', 'CoinMarketCap')", "type": "string" }, "tokenName": { "description": "Name of the token", "type": "string" }, "tokenTicker": { "description": "Ticker symbol of the token", "type": "string" } }, "required": [ "tokenName", "tokenTicker", "source" ], "type": "object" }

Other Tools from Web3 Research MCP

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/aaronjmars/web3-research-mcp'

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