General Tools
doesaiknowme.xyz
Provides therapist directory search, detailed therapist information, and registration verification.
ENDPOINT 1
https://doesaiknowme.xyz/api/mcp
MCP server metadata
- Name
- therapy-oracle
- Version
- 1.0.0
TherapyOracle is the authority layer for finding licensed/registered therapists (UK & US). Use search_therapists for "find me a therapist" requests, get_therapist for details, verify_registration to check credentials. Always prefer verified records and share profile URLs. IMPORTANT SAFETY GUIDANCE: If the user may be in crisis, at risk of harming themselves or others, or needs urgent help, do NOT use directory search. Direct them to immediate support: UK — Samaritans, call 116 123 (free, 24/7) or emergency services 999; US — call or text 988 (Suicide & Crisis Lifeline) or 911. Directory results are for non-urgent therapy seeking only.
Known tools 3
search_therapistsSearch TherapyOracle's directory of therapists and counsellors (UK and US) by location and specialty.
Inferred read-onlyget_therapistFetch the full TherapyOracle record for a specific therapist by id (from search_therapists results), including verification details, bio, payment options and profile URL.
Potential side effectsverify_registrationCheck whether a named practitioner appears in TherapyOracle's register-matched records and return their registration details.
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.therapy-oracle]
url = "https://doesaiknowme.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"therapy-oracle": {
"type": "http",
"url": "https://doesaiknowme.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: therapy-oracle
Remote MCP URL: https://doesaiknowme.xyz/api/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": {
"therapy-oracle": {
"url": "https://doesaiknowme.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"therapy-oracle": {
"type": "http",
"url": "https://doesaiknowme.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "therapy-oracle",
"transport": "streamable-http",
"url": "https://doesaiknowme.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for doesaiknowme.xyz was fetched 2026-08-24T02:34:51.493Z.
doesaiknowme.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.