Skip to main content
Glama

Web3 Research MCP

research-with-keywords

Conduct focused Web3 research by analyzing tokens and their related keywords to uncover relevant insights and trends in the crypto space.

Input Schema

NameRequiredDescriptionDefault
keywordsYesKeywords to search for
tokenNameYesName of the token
tokenTickerYesTicker symbol of the token

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keywords": { "description": "Keywords to search for", "items": { "type": "string" }, "type": "array" }, "tokenName": { "description": "Name of the token", "type": "string" }, "tokenTicker": { "description": "Ticker symbol of the token", "type": "string" } }, "required": [ "tokenName", "tokenTicker", "keywords" ], "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