Skip to main content
Glama

Web3 Research MCP

create-research-plan

Generate structured research plans for crypto projects by inputting token name and ticker. Supports Web3 Research MCP's local and in-depth analysis for informed decision-making.

Input Schema

NameRequiredDescriptionDefault
tokenNameYesToken name
tokenTickerYesToken ticker symbol

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tokenName": { "description": "Token name", "type": "string" }, "tokenTicker": { "description": "Token ticker symbol", "type": "string" } }, "required": [ "tokenName", "tokenTicker" ], "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