Skip to main content
Glama
lele1983

MCP Insights Proxy

by lele1983

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENSEARCH_URLYesCluster URL for OpenSearch
OPENSEARCH_PASSNoBasic auth password
OPENSEARCH_USERNoBasic auth username
OPENSEARCH_INDEXNoDefault index namechannel_posts

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
opensearch_queryA

Execute ANY OpenSearch DSL query and return synthesized results.

You have FULL FLEXIBILITY to build any query:

  • Complex bool queries with must/should/filter/must_not

  • has_parent, has_child, nested queries

  • Any aggregations (terms, stats, date_histogram, scripted_metric, etc.)

  • Script sorting, script fields, script filters

  • Geo queries, range queries, wildcards, match, term, etc.

The proxy executes your query and returns COMPACT formatted output instead of raw JSON.

OUTPUT FORMATS:

  • auto: Detects best format (default)

  • table: Tabular format for multiple hits

  • list: One-line-per-hit format

  • summary: Just counts and aggregations

  • compact_json: Minimal JSON (only _source, no metadata)

IMPORTANT: Build the full DSL query object as you normally would.

opensearch_countA

Quick document count with optional query filter. Lighter than full query.

opensearch_mappingA

Get index mapping to understand available fields. Returns compact field list.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: count for lightweight counts, query for arbitrary DSL queries, and mapping for schema inspection. No overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow the same pattern: 'opensearch_' prefix followed by a single descriptive verb/noun (count, query, mapping). This is perfectly consistent and predictable.

Tool Count4/5

With 3 tools, the set is compact and focused on core OpenSearch operations (count, query, mapping). It feels slightly minimal but appropriate for a read-only insights proxy, and each tool earns its place.

Completeness4/5

The domain is OpenSearch insights/querying, and the set covers count, query, and schema discovery, which are the essential operations. Minor gaps like direct document fetch or index listing can be handled via queries or mapping, so no critical dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues