Skip to main content
Glama
tropicalia-ai

Tropicalia MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TROPICALIA_API_KEYYesAPI key for authentication
TROPICALIA_PROJECTYesProject ID for this connection

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search documents in a Tropicalia project.

Available Parameters:

  • query: Search query text (required)

  • strategy: 'hybrid' | 'neural' | 'keyword' (default: hybrid)

  • expand_query: Generate query variations for better recall (default: false)

  • generate_answer: AI-generated completion from results (default: true)

  • limit: Maximum results 1-300 (default: 50)

  • include_sources: Include source documents in response (default: true)

Natural Language Examples:

  • "Use neural search for semantic similarity" → strategy: "neural"

  • "Search without expanding the query" → expand_query: false

  • "Just return results, no AI summary" → generate_answer: false

  • "Get more results" → limit: 100

  • "Only give me the answer" → include_sources: false

get_configB

Get current Tropicalia MCP configuration

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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