General Tools
nibgate.xyz
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://api.nibgate.xyz/mcp
MCP server metadata
- Name
- nibgate
- Version
- 0.2.1
Nibgate MCP server: verified content discovery, unlock/payment ledger, platform stats, reputation leaderboards, and Nibshare link resolution (resolve_share). Tools return JSON matching the public API. All data is public and read-only. To unlock paid content after discovery, pay over x402: GET https://api.nibgate.xyz/ns/{slug} (or the content access URL) returns 402 with a PAYMENT-REQUIRED header; pay with the Circle Agent Stack CLI (`circle services pay <url> --address <wallet> --chain ARC-TESTNET`) or any x402 client, then retry the same request to receive the content. Full guide: https://nibgate.xyz/discovery.md
Known tools 5
get_ledgerGet the public Nibgate activity ledger: recent views, unlocks, payments, and onchain ratings across verified sites.
Inferred read-onlyget_platform_statsGet platform-wide Nibgate totals: creators, verified sites, content count, views, unlocks, revenue, and cumulative protocol fees.
Inferred read-onlyresolve_shareResolve 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.
Inferred read-onlyget_leaderboardsGet ranked creators, sites, or content by reputation score, unlocks, views, and revenue.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.