Skip to main content
Glama

Web3 Research MCP

search-source

Search for token-specific data across platforms like Dune, IQ Wiki, and news sources using token name and ticker symbol, enabling focused Web3 research directly from the MCP server.

Input Schema

NameRequiredDescriptionDefault
sourceYesSource to search (e.g., 'Dune', 'IQ Wiki', 'News')
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 search (e.g., 'Dune', 'IQ Wiki', 'News')", "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