One MCP server. Every Musfiraai fact your AI needs.
Musfiraai's services, FAQ, reviews and contact details, exposed as structured tools any MCP-compatible AI agent — Claude, GPT, or your own — can call directly. No scraping, no stale answers.
https://dark-spark-uxxux.run.mcp-use.com/mcp
18Tools
5Resources
1Prompt
🤖
AI CLIENT
JSON-RPC / HTTP
◆
MUSFIRAAI MCP
structured JSON
📋
RESULT
Connect in under a minute
Pick your client. Every step is here — copy, paste, done.
- Open Claude Desktop → Settings → Connectors → Add custom connector.
- Paste the URL below as the server URL (transport: Streamable HTTP).
- Save, then ask Claude something like "What services does Musfiraai offer?"
{
"mcpServers": {
"musfiraai": {
"url": "https://dark-spark-uxxux.run.mcp-use.com/mcp"
}
}
}
- Run the inspector:
npx @modelcontextprotocol/inspector - It opens a local page at
http://127.0.0.1:6274— that page is running on your machine, not this server. - In the inspector, set Transport Type → Streamable HTTP and paste the URL below into the URL field.
- Click Connect, then open the Tools tab to list and call every tool live.
https://dark-spark-uxxux.run.mcp-use.com/mcp
Raw JSON-RPC handshake, for testing outside any client:
curl -X POST https://dark-spark-uxxux.run.mcp-use.com/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"me","version":"1.0"}}}'
A 200 response with a serverInfo block means the server is healthy.
Tools
Callable actions. Every tool takes and returns plain JSON.
Resources & prompts
Resources are readable data URIs. The prompt is a reusable template.