API Tools
onnivers.store
Provides discovery and chat interaction with businesses via OniPin protocol.
ENDPOINT 1
https://onnivers.store/mcp
MCP server metadata
- Name
- onipin
- Version
- 0.2.5
OniPin MCP connects AI agents to businesses via public pins (onp_…). Buyer identity: OAuth access token (mct_…) after authorizing the connector, or ONIPIN_AGENT_KEY (ona_…). Typical flow (credits): 1) buyer_whoami — confirms which OniPin account is paying 2) business_lookup / discover_from_url / catalog_list 3) purchase_with_credits — pays with buyer credits; clientName/contact optional (filled from account) Fallback when credits fail (limit / insufficient / auto-purchase off): 4) payment_methods_list — show Nequi/PayPal/cash details to the user 5) order_create — pending unpaid order (name/contact filled from OAuth when omitted) 6) After the user pays, payment_reference_submit with the transfer reference or proof URL Without buyer auth, purchase_with_credits returns HTTP 401 so the client must complete OAuth.
Known tools 12
discover_from_urlResolve an OniPin business pin from a website URL (meta name=onipin, llms.txt, well-known).
Inferred read-onlyprotocol_handshakeOptional greeting announcing your agent and intent before chat (appointment.create, order.create, business.chat…).
Potential side effectsbusiness_lookupFind an OniPin business by pin, @username, website url, phone, business name, category, city and/or product.
Inferred read-onlycatalog_listList active products and services: name, description, price, kind and image.
Inferred read-onlybooking_createCreate a pending booking/appointment request in the business CHATS inbox.
Potential side effectspayment_methods_listList Nequi, PayPal, bank, QR and other payment methods published by the business.
Potential side effectspayment_reference_submitAfter the user pays via Nequi/PayPal/etc., submit the transfer reference and/or a public proof URL for a pending order.
Potential side effectsbuyer_whoamiReturns the OniPin account linked to this MCP connection (email, name, pin, credit balance, auto-purchase flag).
Potential side effectspurchase_with_creditsComplete a purchase using the authenticated buyer's OniPin credit balance (no card).
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.onipin]
url = "https://onnivers.store/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"onipin": {
"type": "http",
"url": "https://onnivers.store/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: onipin
Remote MCP URL: https://onnivers.store/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": {
"onipin": {
"url": "https://onnivers.store/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"onipin": {
"type": "http",
"url": "https://onnivers.store/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "onipin",
"transport": "streamable-http",
"url": "https://onnivers.store/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 onnivers.store was fetched 2026-08-03T17:26:35.860Z and is being refreshed.
onnivers.store is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.