igrid-sce-mcp-tool
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host to bind the HTTP MCP server | 0.0.0.0 |
| MCP_PATH | No | HTTP path for the MCP endpoint | /mcp |
| MCP_PORT | No | Port to bind the HTTP MCP server | 8080 |
| IGRID_API_KEY | No | API key for iGrid x-api-key channel tools | |
| MCP_TRANSPORT | No | Transport type for the MCP server (http or stdio) | http |
| IGRID_BASE_URL | No | Base URL of the iGrid Prometheus server | |
| IGRID_MFA_CODE | No | Optional MFA code for Bearer token acquisition | |
| MCP_LOCAL_ROLE | No | Role to simulate locally when no XSUAA token is present (Read, Write, or Admin) | Admin |
| IGRID_BEARER_TOKEN | No | Optional pre-issued iGrid Bearer token for Bearer tools. Preferred over service login flow. | |
| IGRID_MFA_BODY_JSON | No | Approved MFA JSON body using {{code}} placeholder for Bearer token acquisition | |
| IGRID_SERVICE_EMAIL | No | Optional approved iGrid service email for Bearer token acquisition | |
| MCP_HTTP_AUTH_TOKEN | No | Static auth token for HTTP transport (optional) | |
| IGRID_SERVICE_PASSWORD | No | Optional approved iGrid service password for Bearer token acquisition | |
| IGRID_REQUEST_TIMEOUT_MS | No | Timeout in milliseconds for iGrid requests | 30000 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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