Skip to main content
Glama
tropicalia-ai

Tropicalia MCP Server

Official

Tropicalia MCP Server

MCP server exposing Tropicalia search functionality to AI assistants.

Installation

npm install -g tropicalia-mcp

Or use directly with npx:

npx tropicalia-mcp

Related MCP server: search-context

Configuration

Environment Variables

Variable

Description

Default

TROPICALIA_API_KEY

API key for authentication

(required)

TROPICALIA_PROJECT

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 documents in a Tropicalia project.

Parameters:

  • query (required): Search query text

  • strategy: Retrieval strategy - hybrid (default), neural, or keyword

  • limit: 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 build
Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    -
    maintenance
    Enables 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.
  • F
    license
    -
    quality
    F
    maintenance
    Enables semantic search across documentation stored in Gemini FileSearchStores, returning AI-generated answers with source citations.
    1
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to perform semantic, hybrid, and filtered search on indexed local documentation with RAG capabilities.
    2
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables 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

View all related MCP servers

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.

View all MCP Connectors

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