Back to Apps

InfoMosaic
Supports UIby dorothyduuu
Multimodal, multi-source benchmark for evaluating information integration and reasoning in tool-augmented LLM agents.
0 stars
Works in:claude
Exposes:Tools
What it does
InfoMosaic is a comprehensive framework designed for advanced information retrieval, multi-step reasoning, and performance evaluation of LLM agents. It connects AI to multiple data sources including web search, maps, and video to evaluate how well agents can integrate fragmented information to solve complex queries.
Tools
- Web Search: Retrieves real-time information via Serper/Google.
- Map Tools: Accesses location and geospatial data.
- YouTube Tools: Extracts and processes video content.
- API Proxies: Manages connections to various external data backends.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"infomosaic": {
"command": "python3",
"args": ["/path/to/InfoMosaic/tool_backends/MCP/server.py"]
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
Add the python server.py entry to claude_desktop_config.json





