Overview
Features
search_tako
Takes a query to search Tako and the web to get real-time data and visualization. Returns embed, webpage, and image url of the visualization with relevant metadata such as source, methodology, and description.
upload_file_to_visualize
Takes a base64 encoded file as an input and uploads it to Tako to use for visualization. If you call this tool with a big file, it may consume a large number of tokens and will be very slow.
visualize_file
Use the file_id from upload_file_to_visualize and visualize the file. Returns embed, webpage, and image url of the visualization.
visualize_dataset
Takes a Tako Data Format data and visualize. Returns embed, webpage, and image url of the visualization.
generate_search_tako_prompt
Prompt to assist the client to format query and search Tako using search_tako tool.
generate_visualization_prompt
Prompt to assist the client to transform the data into Tako Data Format and visualize using visualize_dataset tool.
smithery_installation
Smithery-based installation via the CLI to install tako-mcp for Claude Desktop.
claude_desktop_configuration
Provide an mcp.json configuration snippet to integrate Tako MCP with Claude Desktop (uses environment variable TAKO_API_KEY).




