nebl.io
Neblio is a blockchain project centered on the Neblio blockchain and NTP1 tokens. The current `nebl.io` website is parked, but published OpenAPI materials and the NeblioTeam GitHub repository document the Neblio REST and local node RPC interfaces.
Neblio exposes two HTTP integration surfaces in its published OpenAPI: a public-facing REST API suite at `https://ntp1node.nebl.io/` with undocumented auth in the available spec, and a local-node JSON-RPC API on `127.0.0.1` protected by node-configured Basic auth; no GraphQL, MCP, or CLI surface was found.
- Neblio REST API Suitediscovered
- Neblio local node JSON-RPCdiscovered
Run your own nebliod or neblio-Qt node from the NeblioTeam/neblio repository. Configure JSON-RPC credentials in the node config using -rpcuser=<user> and -rpcpassword=<pw> (the repository page shows these options). Then call the local JSON-RPC endpoint on http://127.0.0.1:6326 or http://127.0.0.1:16326 with HTTP Basic auth.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing