Skip to main content
Glama
marsaplatform

Marsa Atlas

Official

Marsa Atlas — أطلس مرسى

Source-grounded migration services, evidence, and referral infrastructure for Egypt.

أطلس مرسى هو منتج مستقل جديد داخل مؤسسة مرسى. يربط الخدمات والجهات والقانون والبيانات بمصادرها وتاريخ التحقق، ويقدمها عبر MCP وREST من نفس طبقة التطبيق.

Product principles

  • Source and lastVerified travel with every record.

  • Egypt-first and Arabic-first.

  • No personal case data.

  • Eligibility checks are indicative, never final decisions.

  • Public reads; reviewed update suggestions only.

  • WordPress remains the editorial system of record.

Related MCP server: datagovma-mcp

Quick start

bun install
bun test
bun run dev:http

Open http://localhost:3000 or connect an MCP client to http://localhost:3000/mcp.

Local stdio:

bun run dev

Production data from Marsa WordPress:

ATLAS_DATA_MODE=wordpress ATLAS_WORDPRESS_URL=https://marsaplatform.com bun run dev:http

Initial tools

Tool

Purpose

search_atlas

Unified source-grounded search

find_services

Service discovery by need, location and eligibility

check_eligibility

Indicative eligibility with mandatory disclaimer

build_research_brief

Research brief with citations and coverage notes

get_coverage

Dataset coverage and freshness

REST

  • GET /health

  • GET /api/v1/coverage

  • GET /api/v1/search?q=تعليم

  • GET /api/v1/services?need=تعليم&governorate=القاهرة

  • POST /mcp

Architecture

Marsa WordPress / demo fixtures
            ↓
       AtlasRepository
            ↓
        AtlasService
         ↙       ↘
       MCP       REST/Web

The demo repository makes the project runnable and testable without production access. The read-only WordPress connector consumes the public marsa/v1 API and validates every upstream response before mapping it into the Atlas domain.

Docker / Coolify

Deploy the repository with its Dockerfile, expose port 3000, and set:

  • ATLAS_DATA_MODE=wordpress

  • ATLAS_WORDPRESS_URL=https://marsaplatform.com

  • ATLAS_PORT=3000

The health check endpoint is GET /health. No WordPress credentials are required for public reads.

Status

0.1.0 foundation release. Demo data is explicitly marked and must not be represented as current operational guidance.

A
license - permissive license
-
quality - not tested
C
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

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/marsaplatform/marsa-atlas'

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