Skip to main content
Glama

Web3 Research MCP

research-source

Analyze and verify crypto token data by inputting token name, ticker, and a single source for detailed research.

Input Schema

NameRequiredDescriptionDefault
sourceYesSingle source to research
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": "Single source to research", "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