Developers
Every Rafiq capability,
as a tool you can call.
MCP integration reference for engineers. Drop the Rafiq endpoints into Claude Desktop, your in-house copilot, or any MCP-speaking client — and your team can reach every product from day one.
Claude Desktop, in 60 seconds.
Add the Rafiq MCP servers to your config, authenticate with a bearer token your admin issues, and every product's tool surface appears in the Claude tool picker.
- Open
~/.config/claude-desktop/config.json - Add the Rafiq MCP servers block
- Paste your bearer token, or use OIDC
- Restart Claude Desktop
claude-desktop/config.json
{
"mcpServers": {
"rafiq-meetpal": {
"url": "https://mcp.rafiqspace.ai/meetpal",
"auth": "bearer",
"token": "$RAFIQ_TOKEN"
},
"rafiq-threatpal": { /* … */ },
"rafiq-edupal": { /* … */ },
"rafiq-taskpal": { /* … */ }
}
} Tool reference
What each product
exposes.
MeetPal
mcp.rafiqspace.ai/meetpalmeetingstranscriptsspeakersanalyticscalendarbotllm ThreatPal
mcp.rafiqspace.ai/threatpalinvestigationsreportsenrichmentgraphsfindings EduPal
mcp.rafiqspace.ai/edupallessonsprogresstutorassessmentscertification TaskPal
mcp.rafiqspace.ai/taskpalprojectstasksboardsdashboardsnotifications