← childanxiety.ai

INDIVIDUAL MCP TOOL

get_crisis_resources

Return the canonical 988 / 911 / Crisis Text Line payload.

childanxiety.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://childanxiety.ai/api/mcp/v1

No auth detected

Connect to this endpoint to inspect the live schema for get_crisis_resources and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

childanxiety.ai

CONNECT 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.anxiety-in-children]
url = "https://childanxiety.ai/api/mcp/v1"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "anxiety-in-children": {
      "type": "http",
      "url": "https://childanxiety.ai/api/mcp/v1"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: anxiety-in-children
Remote MCP URL: https://childanxiety.ai/api/mcp/v1

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": {
    "anxiety-in-children": {
      "url": "https://childanxiety.ai/api/mcp/v1"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "anxiety-in-children": {
      "type": "http",
      "url": "https://childanxiety.ai/api/mcp/v1"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "anxiety-in-children",
  "transport": "streamable-http",
  "url": "https://childanxiety.ai/api/mcp/v1"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_articles — Search Anxiety in Children's editorial corpus by query.
  • list_articles — Paginated list of articles from Anxiety in Children.
  • get_article — Fetch a single article from Anxiety in Children by slug.
  • cite_article — Get a formatted citation for a Anxiety in Children article.
  • get_microsite_info — Identity and links for Anxiety in Children: tagline, audience, focus, publisher, sponsor relationship to Emora Health, and key URLs.