Remote endpoint

MCP Registry

Call Neura Relay through the MCP endpoint using a workspace token

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=developers_exposure

Responses MCP

OpenAI Developer Mode

Run a Responses API remote MCP request against Neura Relay

OpenAI command
export OPENAI_API_KEY=<openai_api_key>
export NEURA_RELAY_MCP_ACCESS_TOKEN=<workspace_token>
npm run example:openai-mcp -- --source=chatgpt_developer_mode --campaign=responses_remote_mcp --surface=developers_exposure

Messages MCP

Anthropic remote MCP

Generate a Claude Messages MCP request

Anthropic request
npm run example:anthropic-mcp-request -- --source=anthropic_remote_mcp --campaign=messages_mcp_connector --surface=developers_exposure

Agent Card

A2A Agent Card

Inspect the public Agent Card and run protected message/send when access is available

A2A command
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=developers_exposure

npm package

OpenClaw npm

Run the OpenClaw-style preflight adapter journey

OpenClaw command
npm run openclaw:proof -- --live --source=openclaw_npm --campaign=developer_journey_proof --surface=developers_exposure

Community package + skill

ClawHub surfaces

Install the community package for the runtime hook; open neura-openclaw-core for the agent workflow. Security audits remain pending.

ClawHub surfaces
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=developers_exposure

npm package

SDK

Resolve an Action Card with @neurarelay/sdk

SDK command
npm run example:sdk -- --source=github_readme --campaign=sdk_first_receipt --surface=developers_exposure

Six proof paths

Ecosystem availability pack

Choose MCP, OpenAI, Claude, A2A, OpenClaw, SDK/GitHub, or swarm proof paths

Availability command
git clone https://github.com/neurarelay/relay-action-card.git
cd relay-action-card
npm ci
npm run verify:ecosystem-availability-pack

Public proof

Flow-Aware Authority

Dry proof verifies source-to-sink binding

Flow proof
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-gate

Authority context

Registry

Run delegated-authority proof with Registry refs

Registry context command
npm run example:relay -- --example=delegated-crm-account-update --source=registry_builder --campaign=agent_passport_context --surface=developers_exposure --json

Guided helper

GPT helper

Open the guided Action Card walkthrough and run the public command

GPT walkthrough command
npm run openclaw:proof -- --live --source=chatgpt_gpt_store --campaign=action_card_proof_runner --surface=gpt_store_helper

Try without signing up

Safe examples return a receipt route and reason

Support reply

proceed

Send a customer-facing support reply

Refs pass before send

Receipt routeTrace savedRegistry context
Support reply command
npm run example:relay -- --example=support-reply --source=developer_exposure_hub --campaign=fixture_proceed --surface=developers_exposure --json

External browser submit

revise

Submit an external account change

Add policy and evidence refs before receipt readiness

Receipt routeTrace savedRegistry context
External browser submit command
npm run example:relay -- --example=external-browser-submit --source=developer_exposure_hub --campaign=fixture_revise --surface=developers_exposure --json

Publisher namespace

stop

Change package publication or publisher access

Authority proof missing

Receipt routeTrace savedRegistry context
Publisher namespace command
npm run example:relay -- --example=publisher-namespace --source=developer_exposure_hub --campaign=fixture_stop --surface=developers_exposure --json

Next steps

Run proof first, then request controlled access