crypto-projects-mcp

MIT License
  • Linux
  • Apple

get_project_data

Fetch detailed cryptocurrency project data by providing a token symbol. Retrieves raw JSON response from Mobula API for comprehensive insights into any crypto project.

Instructions

Fetch cryptocurrency project data from Mobula API. Args: token_symbol (str): The symbol of the cryptocurrency token (e.g., 'BTC', 'ETH') Returns: dict: Raw JSON response from Mobula API containing project details

Input Schema

NameRequiredDescriptionDefault
token_symbolYes

Input Schema (JSON Schema)

{ "properties": { "token_symbol": { "title": "Token Symbol", "type": "string" } }, "required": [ "token_symbol" ], "title": "get_project_dataArguments", "type": "object" }

You must be authenticated.

Other Tools from crypto-projects-mcp

Related Tools

ID: xd16dtlagc