← Registry

General Tools

nibgate.xyz

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint5 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://api.nibgate.xyz/mcp

No auth detected

MCP server metadata

Name
nibgate
Version
0.2.1
Capabilities
tools
Server instructions

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

explore_content

Search verified creator content on Nibgate.

Inferred read-only
get_ledger

Get the public Nibgate activity ledger: recent views, unlocks, payments, and onchain ratings across verified sites.

Inferred read-only
get_platform_stats

Get platform-wide Nibgate totals: creators, verified sites, content count, views, unlocks, revenue, and cumulative protocol fees.

Inferred read-only
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.

Inferred read-only
get_leaderboards

Get ranked creators, sites, or content by reputation score, unlocks, views, and revenue.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.