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

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/lele1983/mcp-insights-proxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server