← Registry

API Tools

onnivers.store

Provides discovery and chat interaction with businesses via OniPin protocol.

1 endpoint12 known toolsFirst detected July 31, 2026Last detected September 6, 2026

ENDPOINT 1

https://onnivers.store/mcp

No auth detected

MCP server metadata

Name
onipin
Version
0.2.5
Capabilities
tools.listChangedresources.listChangedprompts.listChanged
Server instructions

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_url

Resolve an OniPin business pin from a website URL (meta name=onipin, llms.txt, well-known).

Inferred read-only
protocol_handshake

Optional greeting announcing your agent and intent before chat (appointment.create, order.create, business.chat…).

Potential side effects
business_lookup

Find an OniPin business by pin, @username, website url, phone, business name, category, city and/or product.

Inferred read-only
chat_send

Send a chat message to the business.

Potential side effects
chat_read

Read messages in an existing conversation (bot and human owner).

Inferred read-only
catalog_list

List active products and services: name, description, price, kind and image.

Inferred read-only
booking_create

Create a pending booking/appointment request in the business CHATS inbox.

Potential side effects
order_create

Create a pending unpaid order (no card).

Potential side effects
payment_methods_list

List Nequi, PayPal, bank, QR and other payment methods published by the business.

Potential side effects
payment_reference_submit

After the user pays via Nequi/PayPal/etc., submit the transfer reference and/or a public proof URL for a pending order.

Potential side effects
buyer_whoami

Returns the OniPin account linked to this MCP connection (email, name, pin, credit balance, auto-purchase flag).

Potential side effects
purchase_with_credits

Complete a purchase using the authenticated buyer's OniPin credit balance (no card).

Potential side effects

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.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.

Trust status Neutral

onnivers.store is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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