Developer Portal

NeuroVitals Developer & MCP Documentation

Explore official developer resources, OpenAPI 3.1 specifications, machine-readable LLM guidance, and MCP tools.

1. Machine-Readable Interfaces

2. Model Context Protocol (MCP) Integration

NeuroVitals exposes an MCP server for Claude, Cursor, ChatGPT, and autonomous agents at https://neurovitalsai.com/.well-known/mcp with Streamable HTTP JSON-RPC 2.0 transport.

{
  "name": "neurovitals-mcp-server",
  "endpoint": "https://neurovitalsai.com/.well-known/mcp",
  "tools": ["get_platform_info", "get_trust_anchors"]
}

3. Decentralized atProtocol Architecture

Developers integrating with NeuroVitals can interact with individual member atServers using the open-source atProtocol SDKs (at_client, at_lookup). All biomarker records and habit journals require cryptographically signed PKAM permission grants.