Skip to main content
Glama
FayezBast

mcptestingwm

by FayezBast

mcptestingwm

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.

Repo layout

  • my-mcp-server/: the actual Node-based MCP server

Related MCP server: DevHelm MCP Server

What this server exposes

  • POST /mcp

  • GET /health

  • MCP methods:

    • initialize

    • notifications/initialized

    • tools/list

    • tools/call

Available tools

  • latest_events

  • active_alerts

  • country_risk

  • top_incidents

These tools return JSON inside MCP text content blocks so WorldMonitor can render the results in panels.

Run locally

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.

Deploy on Railway

  1. Push this repo to GitHub.

  2. Create a Railway project from the GitHub repo.

  3. Add the MCP_TOKEN environment variable in Railway.

  4. Deploy the service.

  5. Copy the public Railway domain.

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

Connect in WorldMonitor

  1. Open the WorldMonitor Pro panel.

  2. Choose Connect MCP.

  3. Paste your public /mcp URL.

  4. Paste your bearer token.

  5. Click Connect & List Tools.

  6. Add a panel for any of the listed tools.

More details

See my-mcp-server/README.md for request examples and tool payloads.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A modular MCP server that provides tools for looking up country and state information. Designed as a demonstration of building extensible MCP servers with custom tool modules.
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Drumbeats monitoring. Enables creating monitors, triaging incidents, and running HTTP/SSL/DNS checks using natural language from any AI client.
    16
    22
    2
    Apache 2.0
  • A
    license
    -
    quality
    B
    maintenance
    MCP server wrapping worldmonitor global intelligence dashboard, exposing 140 tools across 32 services for live market, geopolitical, military, cyber, climate, and supply chain data.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/FayezBast/mcptestingwm'

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