eCommerce
nibiashara.biz
MCP server for an African FX data marketplace: list shelves, buy them via Coinbase checkout with x402 gasless USDC, and track order delivery.
ENDPOINT 1
https://agents.nibiashara.biz/mcp
MCP server metadata
- Name
- ni-biashara-shelves
- Version
- 1.0.0
Known tools 3
list_shelvesEvery shelf (African FX data + services) with price in USD, params, and how to pay.
Potential side effectsbuy_shelfCreates 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).
Potential side effectsget_orderReturns the order status; once Coinbase reports the payment COMPLETED the delivery is included.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nibiashara.biz was fetched 2026-08-25T23:15:53.954Z.
nibiashara.biz is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.