Skip to main content
Glama
tkrishnav31

igrid-sce-mcp-tool

by tkrishnav31

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost to bind the HTTP MCP server0.0.0.0
MCP_PATHNoHTTP path for the MCP endpoint/mcp
MCP_PORTNoPort to bind the HTTP MCP server8080
IGRID_API_KEYNoAPI key for iGrid x-api-key channel tools
MCP_TRANSPORTNoTransport type for the MCP server (http or stdio)http
IGRID_BASE_URLNoBase URL of the iGrid Prometheus server
IGRID_MFA_CODENoOptional MFA code for Bearer token acquisition
MCP_LOCAL_ROLENoRole to simulate locally when no XSUAA token is present (Read, Write, or Admin)Admin
IGRID_BEARER_TOKENNoOptional pre-issued iGrid Bearer token for Bearer tools. Preferred over service login flow.
IGRID_MFA_BODY_JSONNoApproved MFA JSON body using {{code}} placeholder for Bearer token acquisition
IGRID_SERVICE_EMAILNoOptional approved iGrid service email for Bearer token acquisition
MCP_HTTP_AUTH_TOKENNoStatic auth token for HTTP transport (optional)
IGRID_SERVICE_PASSWORDNoOptional approved iGrid service password for Bearer token acquisition
IGRID_REQUEST_TIMEOUT_MSNoTimeout in milliseconds for iGrid requests30000

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
igrid_list_domainsA

READ role: discover current iGrid hub datasets with counts and freshness.

igrid_get_templateA

READ role: return the contract-accurate CSV template for an iGrid domain.

igrid_run_agentC

WRITE role: run an existing iGrid AI agent through POST /api/ai/run.

igrid_propose_actionA

WRITE role: submit a governed action proposal through POST /api/ai/action/propose. It remains a dry-run proposal and does not approve the action.

igrid_decide_actionA

WRITE role: approve or reject a previously proposed action. Requires explicit humanConfirmed=true; iGrid remains authoritative for downstream authorization.

igrid_metricsA

READ role: return token/cost observability metrics for the iGrid AI assistant.

igrid_ingest_csvC

WRITE role: send CSV to iGrid through POST /api/ingest/:domain using the documented x-api-key M2M endpoint.

igrid_export_csvC

READ role: export an iGrid domain through GET /api/export/:domain using the documented x-api-key M2M endpoint.

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/tkrishnav31/igrid_aits--mcp_tool'

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