What is Tako MCP is a simple MCP server that queries Tako and returns real-time data and visualization.?
Tako MCP is a simple MCP server that queries Tako and returns real-time data and visualization. It provides tools for searching Tako, uploading files for visualization, and generating prompts to assist users in formatting queries and visualizing data.
Documentation
Tako MCP
Tako MCP is a simple MCP server that queries Tako and returns real-time data and visualization
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. If you want to test visualizing bigger files though Tako, visit our playground
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
Available Prompts# 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
Example:# 1. Use the prompt from Tako MCP Server generate_search_tako_prompt
The prompt will guide the model to generate optimized query to search Tako\n\n### 2. Add your text input
Add an input text to generate the prompt
"Compare Magnificent 7 stock companies on relevant metrics."\n\n### 3. Add a prompt to the chat
Add additional instructions to the chat prompt
Write me a research report on the magnificent 7 companies. Embed the result in an iframe whenever necessary\n\n### 4. Checkout the result