1. Machine-Readable Interfaces
- OpenAPI 3.1 Specification: https://neurovitalsai.com/openapi.json
- MCP Manifest: https://neurovitalsai.com/.well-known/mcp.json
- LLMs Guide (llms.txt): https://neurovitalsai.com/llms.txt
- LLMs Full Specification: https://neurovitalsai.com/llms-full.txt
- XML Sitemap: https://neurovitalsai.com/sitemap.xml
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.