loading…
Search for a command to run...
loading…
A minimal MCP server for validating connectivity to World Monitor, exposing tools for latest events, active alerts, country risk, and top incidents.
A minimal MCP server for validating connectivity to World Monitor, exposing tools for latest events, active alerts, country risk, and top incidents.
Test repository for validating MCP connectivity to the World Monitor MCP.
It includes a minimal MCP server setup used to connect custom tools to the WorldMonitor Connect MCP panel.
my-mcp-server/: the actual Node-based MCP serverPOST /mcpGET /healthinitializenotifications/initializedtools/listtools/calllatest_eventsactive_alertscountry_risktop_incidentsThese tools return JSON inside MCP text content blocks so WorldMonitor can render the results in panels.
export MCP_TOKEN=change-me
npm start
You can also run the server from inside my-mcp-server/, but the repo root now works directly as the Railway entrypoint.
MCP_TOKEN environment variable in Railway.This repo is now root-deployable on Railway, so you do not need to set a Root Directory override.
Your MCP URL in WorldMonitor will be:
https://your-railway-domain/mcp
/mcp URL.See my-mcp-server/README.md for request examples and tool payloads.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcptestingwm": {
"command": "npx",
"args": []
}
}
}