← nibiashara.biz

INDIVIDUAL MCP TOOL

buy_shelf

Creates a Coinbase checkout for one shelf and returns: x402_url (pay it with any x402 client — gasless USDC on Base), pay_url (for a human), and claim_url (GET it after paying to receive the delivery).

nibiashara.biznone authenticationAvailability not checked

LIVE ENDPOINT

https://agents.nibiashara.biz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for buy_shelf and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

nibiashara.biz

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.ni-biashara-shelves]
url = "https://agents.nibiashara.biz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ni-biashara-shelves": {
      "type": "http",
      "url": "https://agents.nibiashara.biz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ni-biashara-shelves
Remote MCP URL: https://agents.nibiashara.biz/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": {
    "ni-biashara-shelves": {
      "url": "https://agents.nibiashara.biz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ni-biashara-shelves": {
      "type": "http",
      "url": "https://agents.nibiashara.biz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ni-biashara-shelves",
  "transport": "streamable-http",
  "url": "https://agents.nibiashara.biz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_shelves — Every shelf (African FX data + services) with price in USD, params, and how to pay.
  • get_order — Returns the order status; once Coinbase reports the payment COMPLETED the delivery is included.