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: Fraim Context MCP
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 buildThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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