Tropicalia MCP Server
OfficialTropicalia MCP Server
MCP server exposing Tropicalia search functionality to AI assistants.
Installation
npm install -g tropicalia-mcpOr use directly with npx:
npx tropicalia-mcpConfiguration
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 buildLatest 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