Model Context Protocol · Streamable HTTP

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
View source on GitHub
18Tools
5Resources
1Prompt
Setup

Connect in under a minute

Pick your client. Every step is here — copy, paste, done.

  1. Open Claude Desktop → Settings → Connectors → Add custom connector.
  2. Paste the URL below as the server URL (transport: Streamable HTTP).
  3. Save, then ask Claude something like "What services does Musfiraai offer?"
{
  "mcpServers": {
    "musfiraai": {
      "url": "https://dark-spark-uxxux.run.mcp-use.com/mcp"
    }
  }
}
  1. Run the inspector: npx @modelcontextprotocol/inspector
  2. It opens a local page at http://127.0.0.1:6274 — that page is running on your machine, not this server.
  3. In the inspector, set Transport Type → Streamable HTTP and paste the URL below into the URL field.
  4. 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.

Reference

Tools

Callable actions. Every tool takes and returns plain JSON.

Reference

Resources & prompts

Resources are readable data URIs. The prompt is a reusable template.

FAQ

Common questions