← onnivers.store
INDIVIDUAL MCP TOOL
chat_read
Read messages in an existing conversation (bot and human owner).
LIVE ENDPOINT
https://onnivers.store/mcp
Connect to this endpoint to inspect the live schema for chat_read and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.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).payment_methods_list— List Nequi, PayPal, bank, QR and other payment methods published by the business.