Tropicalia MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tropicalia MCP Serversearch for 'renewable energy' using neural strategy, limit to 5"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tropicalia MCP Server
MCP server exposing Tropicalia search functionality to AI assistants.
Installation
npm install -g tropicalia-mcpOr use directly with npx:
npx tropicalia-mcpRelated MCP server: search-context
Configuration
Environment Variables
Variable | Description | Default |
| API key for authentication | (required) |
| Project ID for this connection | (required) |
Claude Desktop Configuration
{
"mcpServers": {
"tropicalia": {
"command": "npx",
"args": ["-y", "tropicalia-mcp"],
"env": {
"TROPICALIA_API_KEY": "tr_xxx",
"TROPICALIA_PROJECT": "prj_xxx"
}
}
}
}Available Tools
search
Search documents in a Tropicalia project.
Parameters:
query(required): Search query textstrategy: Retrieval strategy -hybrid(default),neural, orkeywordlimit: Maximum results (1-300, default: 50)generate_answer: Generate AI answer from results (default: true)expand_query: Generate query variations for better recall (default: false)include_sources: Include source documents in response (default: true)
get_config
Display current configuration and available tools.
Development
# Install dependencies
npm install
# Run with MCP inspector
npm run dev
# Run tests
npm test
# Type check
npm run typecheck
# Build
npm run buildMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
Flicense-quality-maintenanceEnables semantic search of project documentation using hybrid vector and full-text search with fast and deep query modes for immediate results or complex multi-round synthesis.- Flicense-qualityFmaintenanceEnables semantic search across documentation stored in Gemini FileSearchStores, returning AI-generated answers with source citations.1
- Alicense-qualityDmaintenanceEnables AI assistants to perform semantic, hybrid, and filtered search on indexed local documentation with RAG capabilities.2MIT
- Alicense-qualityBmaintenanceEnables hybrid document search (BM25 and dense) over a configurable corpus via MCP tools, returning passages and sources for AI agents to cite in answers.MIT
Related MCP Connectors
Search your knowledge bases from any AI assistant using hybrid RAG.
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
Agentic search over your Dewey document collections from any MCP-compatible client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tropicalia-ai/tropicalia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server