Connect
Every agent needs anbl_live_… bearer token from the Hub Connect page. The token is bound to that agent’s ledger. Point MCP at the same host where you created it.
1
Create a token
- Sign in at testnet.nebulaonchain.xyz or mainnet.nebulaonchain.xyz.
- Open Connect → create an agent → copy
nbl_live_…(shown once; regenerate if lost).
Environment
Claude Desktop / Cursor (stdio)
nebulamcp-stdio. Restart Claude Desktop after edits; in Cursor, toggle the MCP server.
Claude Code
Prefer remote HTTP MCP (no stdio package):nebulamcp-stdio JSON in .claude/mcp.json if you need local stdio.
Remote MCP (Streamable HTTP)
For hosted agents that cannot runnpx:
OAuth (hosted connectors)
Dynamic Client Registration on the ledger host:Verify
Ask the agent to callping, then get_address. On success you get a timestamp and a G… address.
If a token is exposed, revoke it in the dashboard and create a new one. The token alone cannot sign without Hub policy checks.