IFRC GO MCP Server
by jmargutt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address for the server | 0.0.0.0 |
| PORT | No | Port for the server | 8000 |
| SCOPE_NAME | No | MCP server scope name | ifrcgo |
| ENTRA_AUDIENCE | Yes | Entra audience for token validation | |
| MCP_SERVER_URL | Yes | Public URL of the MCP server for OAuth callbacks | |
| ENTRA_CLIENT_ID | Yes | Entra client ID for OAuth flow | |
| ENTRA_TENANT_ID | Yes | Microsoft Entra ID tenant ID for JWT validation | |
| IFRCGO_PASSWORD | No | IFRC GO password for auto-refresh auth mode | |
| IFRCGO_USERNAME | No | IFRC GO username for auto-refresh auth mode | |
| IFRCGO_API_TOKEN | No | Static IFRC GO API token (alternative to username/password) | |
| REQUIRED_APP_ROLES | No | Comma-separated app roles required for access | |
| REQUIRED_GROUP_IDS | No | Comma-separated Entra group IDs required for access | |
| IFRCGO_API_BASE_URL | No | Base URL for IFRC GO API | https://goadmin.ifrc.org/api/v2 |
| ENTRA_REQUIRED_SCOPE | No | Required OAuth scope for token validation | mcp.access |
| STATE_SIGNING_SECRET | Yes | Secret for signing OAuth state parameter | |
| MCP_RATE_LIMIT_REQUESTS | No | Maximum number of requests per rate limit window | 60 |
| MCP_RATE_LIMIT_WINDOW_SECONDS | No | Rate limit window duration in seconds | 60 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues