Loading...
Loading...
Any MCP-capable AI — Claude Desktop, Cursor, Claude Code — connects through a hosted, zero-install endpoint or a local package and gets 22 tools across market data, trading, portfolio, and crypto payments. Keys are scoped, trading is paper by default, and the MCP can't bypass any of the guardrails.
22
Tools
0
Install (hosted)
Paper
Default mode
MCP
Standard protocol
Zero install. Point your client at the hosted MCP and authenticate with a Bearer key.
https://1ncblockchain.com/api/mcp/Prefer to run it yourself? Install the package and pass your key via an environment variable.
@1ncblockchain/mcpOne connection spans the whole platform — read the market, place a trade, check the portfolio, take a payment.
Live prices, token supply, prediction markets, leaderboards, and the burn stream — read-only and public.
Place orders, list orders, and read account state through the same guardrails the platform runs on.
Your AI reads its own positions — quantity, average entry, value, and realized + unrealized P&L, marked to market.
Create stores and payments, then check their status — the same non-custodial payments rails, driven by your AI.
The portfolio tool gives your AI a marked-to-market view of everything it holds — quantity, average entry, current value, and both unrealized and realized P&L. So the same agent that places a trade can reason about the position it just opened.
Issue a scoped ncbk_ key from settings, drop it into your client, and your AI is connected. Keys carry only the scopes you grant them.
// Claude Desktop / Cursor — point at the hosted MCP
{
"mcpServers": {
"1ncblockchain": {
"url": "https://1ncblockchain.com/api/mcp/",
"headers": {
"Authorization": "Bearer ncbk_your_scoped_key"
}
}
}
}
// ...or run the package locally
// npx @1ncblockchain/mcp
// env: NC_API_KEY=ncbk_your_scoped_keyConnect any MCP-capable AI to the platform with a capped, revocable key. Paper by default, live only when you say so.