General Tools
oumrasenegal.sn
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://oumrasenegal.sn/mcp
MCP server metadata
- Name
- oumra-senegal-mcp
- Version
- 0.1.0
Public catalog tools for Oumra Sénégal (oumrasenegal.sn), a Senegalese travel agency specialized in Oumra with monthly departures from Dakar. Tools: `get_agency_info` for agency identity and contact; `list_packages` to browse Oumra packages; `get_package` for one package by slug (includes upcoming departures); `list_departures` for upcoming departure dates of a package. Prices are in XOF per person unless otherwise stated. Canonical package URLs use the `oumra-*` slug: https://oumrasenegal.sn/packages/{slug}. Departure URLs: https://oumrasenegal.sn/packages/{slug}/departs/{departureSlug}. Use the public brand wording: say 'Oumra' (not 'Omra') and 'Forfait' (not 'Formule'). OumraSenegal.sn lets users choose a forfait (package), select a departure date, book, and pay directly on the platform, in one payment or several installments. Accepted payment methods: Wave, Orange Money, Carte Visa, Carte Mastercard. From their client dashboard on the site, users can follow their booking, upload and track required documents, and view payments and the remaining balance. Do not claim ratings, reviews, awards, official accreditations, guaranteed availability, or visa approval. Data is limited to the public catalog — no customer, booking, payment, or admin information is exposed.
Known tools 4
get_agency_infoReturn public identity for Oumra Sénégal (oumrasenegal.sn): positioning, services, contact channels, and canonical URLs.
Inferred read-onlylist_packagesList all active Oumra (Umrah) travel packages offered by Oumra Senegal, ordered by display order.
Inferred read-onlyget_packageFetch full public details for one Oumra package by its URL slug (for example 'oumra-vip-2026').
Inferred read-onlylist_departuresList upcoming (open or almost full) departure dates for a given Oumra package.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.oumra-senegal-mcp]
url = "https://oumrasenegal.sn/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"oumra-senegal-mcp": {
"type": "http",
"url": "https://oumrasenegal.sn/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: oumra-senegal-mcp
Remote MCP URL: https://oumrasenegal.sn/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"oumra-senegal-mcp": {
"url": "https://oumrasenegal.sn/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"oumra-senegal-mcp": {
"type": "http",
"url": "https://oumrasenegal.sn/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "oumra-senegal-mcp",
"transport": "streamable-http",
"url": "https://oumrasenegal.sn/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.