Overview
Features
Multi-index tool creation
Creates a separate tool for each defined LlamaCloud index.
Index-specific querying
Each tool provides a query parameter to search its assigned index.
Auto-generated tool names
Tool names are automatically derived from index names, e.g., get_information_index_name.
Config-driven tool definition
Define multiple tools by pairing --index and --description in the MCP config; optional --topK to limit results.
Environment-based authentication
Uses LLAMA_CLOUD_API_KEY for authentication; LLAMA_CLOUD_PROJECT_NAME is optional with default 'Default'.
Who Is This For?
- MCP client users:Connects multiple managed indexes to a single MCP server for querying via generated tools.
- Developers:Builds and uses per-index tools in MCP clients to query LlamaCloud.
- DevOps/Infra:Deploys and maintains MCP servers integrating LlamaCloud managed indexes.




