Native MCP integration
Soullayer is a first-class MCP server. Any MCP-compatible AI client can access your identity, state, and policies with zero custom code.
Protocol
Tools, resources, and prompts
The Soullayer MCP server exposes your identity through the standard MCP primitives.
Tools
get_identity— Retrieve current identity profileget_context— Get compiled context for a platformupdate_state— Update state entrieseval_policy— Evaluate policy against contentget_preferences— Retrieve user preferences
Resources
soullayer://identity— Identity packsoullayer://state— Current statesoullayer://policy— Active policies
Prompts
soullayer_init— Initialize context for a sessionsoullayer_reflect— Trigger adaptation analysis
Transport
- SSE (Server-Sent Events) for real-time streaming
- Standard HTTP for request/response
- Compatible with Claude Desktop, Cursor, and any MCP client
Integration
Zero-code identity for any AI agent
Build context-aware AI agents without managing identity, preferences, or compliance yourself.
Agent Development
Your AI agent gets user identity, preferences, and privacy rules via standard MCP tools. No custom identity system needed.
Context Injection
Call get_context at session start. The agent immediately knows the user's name, style, expertise, and boundaries.
Policy Enforcement
Use eval_policy to check content against the user's privacy rules before generating responses.
Adaptive Learning
Feed interaction data back via update_state. The adaptation engine proposes identity updates over time.