world.read
Entity discovery
Find canonical entities, private watchlists, and package scope before requesting records.
Agent integration
AgentLayer gives approved agents a governed way to search entities, read context, fetch evidence, inspect decision inputs, follow updates, and run bounded scenarios.
Tool categories
world.read
Find canonical entities, private watchlists, and package scope before requesting records.
world.read
Search for stale assumptions, missing evidence, hidden exposure, and fixable operational gaps inside approved Planetary Model context.
world.read
Read current entity records, recent changes, grounded context packets, composite scores, domain packages, coverage, blockers, and next-action posture.
evidence.read
Fetch evidence bundles and source references before citing a claim.
decision.read
Read typed decision records for governed workflows.
stream.read
Read entitled updates for subscribed records and packages.
simulate.run
Run bounded scenario analysis with explicit access.
webhook.manage
Read entitled webhook endpoint and delivery records under read-only visibility. External webhook creation and customer secret rotation are not currently approved.
Agents query context, evidence, packages, and updates before considering any downstream workflow.
Sensitive capabilities require explicit authorization and may return redacted outputs.
Responses preserve enough context for a human, system, or auditor to understand what was used.
Scenarios are separate from observed records and require explicit access.
Connection shape
Approved clients receive the current source or package distribution instructions and scopes needed for their use case. The public package command is not published yet; AgentLayer MCP uses the governed AgentLayer module and the same approved bearer token policy as other AgentLayer integrations.
Example MCP config
{
"mcpServers": {
"crowdalpha-agentlayer": {
"command": "python",
"args": ["-m", "services.agentlayer.mcp_server"],
"env": {
"CROWDALPHA_API_BASE": "https://api.crowdalpha.ai",
"CROWDALPHA_API_TOKEN": "$CROWDALPHA_API_TOKEN"
}
}
}
}Non-runtime verification
# approved source/package access export CROWDALPHA_API_BASE="https://api.crowdalpha.ai" export CROWDALPHA_API_TOKEN="ca_agent_..." python -m py_compile services/agentlayer/mcp_server.py python -m pytest services/agentlayer/test_mcp_contract.py -q pnpm agent:discovery-check