← onnivers.store

INDIVIDUAL MCP TOOL

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.

onnivers.storenone authenticationAvailability not checked

LIVE ENDPOINT

https://onnivers.store/mcp

No auth detected

Connect to this endpoint to inspect the live schema for payment_reference_submit 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 retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

onnivers.store

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.

Related tools

  • discover_from_url — Resolve an OniPin business pin from a website URL (meta name=onipin, llms.txt, well-known).
  • protocol_handshake — Optional greeting announcing your agent and intent before chat (appointment.create, order.create, business.chat…).
  • business_lookup — Find an OniPin business by pin, @username, website url, phone, business name, category, city and/or product.
  • chat_send — Send a chat message to the business.
  • chat_read — Read messages in an existing conversation (bot and human owner).
  • catalog_list — List active products and services: name, description, price, kind and image.
  • booking_create — Create a pending booking/appointment request in the business CHATS inbox.
  • order_create — Create a pending unpaid order (no card).