INDIVIDUAL MCP TOOL
get_platform_stats
Get platform-wide Nibgate totals: creators, verified sites, content count, views, unlocks, revenue, and cumulative protocol fees.
LIVE ENDPOINT
https://api.nibgate.xyz/mcp
Connect to this endpoint to inspect the live schema for get_platform_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nibgate]
url = "https://api.nibgate.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nibgate": {
"type": "http",
"url": "https://api.nibgate.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nibgate
Remote MCP URL: https://api.nibgate.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nibgate": {
"url": "https://api.nibgate.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nibgate": {
"type": "http",
"url": "https://api.nibgate.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nibgate",
"transport": "streamable-http",
"url": "https://api.nibgate.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
explore_content— Search verified creator content on Nibgate.get_ledger— Get the public Nibgate activity ledger: recent views, unlocks, payments, and onchain ratings across verified sites.resolve_share— Resolve a Nibshare link (https://nibgate.xyz/ns/<slug> or a bare slug) to its machine-readable manifest: title, price, currency, content type, status, expiry, and the page/access/unlock/media URLs.get_leaderboards— Get ranked creators, sites, or content by reputation score, unlocks, views, and revenue.