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 |
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 | |
Latest Blog Posts
- 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/jmargutt/GO-MCP-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server