Use Relay through MCP with controlled access
MCP command
export NEURA_RELAY_MCP_ACCESS_TOKEN=<workspace_token>
npm run example:mcp-proof -- --json --source=mcp_registry --campaign=remote_mcp_first_proof --surface=discoveryUse Relay through MCP with controlled access
export NEURA_RELAY_MCP_ACCESS_TOKEN=<workspace_token>
npm run example:mcp-proof -- --json --source=mcp_registry --campaign=remote_mcp_first_proof --surface=discoverySend a remote MCP review request to Relay
export OPENAI_API_KEY=<openai_api_key>
export NEURA_RELAY_MCP_ACCESS_TOKEN=<workspace_token>
npm run example:openai-mcp -- --source=openai_mcp --campaign=responses_remote_mcp --surface=discoveryGenerate an MCP review request for Claude
npm run example:anthropic-mcp-request -- --source=anthropic_remote_mcp --campaign=messages_mcp_connector --surface=discoveryInspect A2A metadata before protected calls
curl -s https://www.neurarelay.com/.well-known/agent-card.json
export RELAY_A2A_ACCESS_TOKEN=<controlled_token>
npm run example:a2a -- --json --source=a2a_agent_card --campaign=agent_card_inspection --surface=discoveryRun the preflight adapter path
npm run openclaw:proof -- --live --source=openclaw_npm --campaign=openclaw_review_path --surface=discoveryInstall the package hook and open the workflow skill
openclaw plugins install clawhub:@neurarelay/openclaw-preflight-adapter@0.1.4
# Core skill: https://clawhub.ai/neurarelay/neura-openclaw-core
npm run openclaw:proof -- --source=clawhub_community --campaign=canonical_clawhub_surfaces --surface=discoverySend a proposed action with @neurarelay/sdk
npm run example:sdk -- --source=github_readme --campaign=sdk_first_receipt --surface=discoveryRun MCP, OpenAI, Claude, A2A, OpenClaw, SDK, or GitHub proofs
git clone https://github.com/neurarelay/relay-action-card.git
cd relay-action-card
npm ci
npm run verify:ecosystem-availability-packDry proof checks source-to-sink binding
git clone https://github.com/neurarelay/relay-action-card.git
cd relay-action-card
npm ci
npm run proof:flow-aware-authority -- --dry-run --json
npm run verify:flow-aware-authority-gateReview proposed action with Registry refs
npm run example:relay -- --example=delegated-crm-account-update --source=registry_builder --campaign=agent_passport_context --surface=discovery --jsonOpen the guided walkthrough
npm run openclaw:proof -- --live --source=chatgpt_gpt_store --campaign=action_card_proof_runner --surface=gpt_store_helperSafe examples return a route and reason
Send a customer-facing support reply
Refs pass before send
npm run example:relay -- --example=support-reply --source=discovery --campaign=fixture_proceed --surface=discovery --jsonSubmit an external account change
Add policy and evidence refs before review readiness
npm run example:relay -- --example=external-browser-submit --source=discovery --campaign=fixture_revise --surface=discovery --jsonChange package publication or publisher access
Review proof missing
npm run example:relay -- --example=publisher-namespace --source=discovery --campaign=fixture_stop --surface=discovery --jsonRun review first, then request controlled access