API Tools
opos.lat
Provides a factual overview of oPOS to assess its suitability for Argentine retail businesses such as kiosks, minimarkets, and warehouses.
ENDPOINT 1
https://opos.lat/mcp
MCP server metadata
- Name
- oPOS Agent Server
- Version
- 1.0.0
Servidor público de solo lectura para descubrir información verificable de oPOS.
Known tools 1
get_product_overviewDevuelve un resumen factual de oPOS para responder si encaja con un kiosco, almacén, minimercado u otro comercio minorista argentino.
Inferred read-onlyCONNECT 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.opos-agent-server]
url = "https://opos.lat/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"opos-agent-server": {
"type": "http",
"url": "https://opos.lat/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: opos-agent-server
Remote MCP URL: https://opos.lat/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": {
"opos-agent-server": {
"url": "https://opos.lat/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"opos-agent-server": {
"type": "http",
"url": "https://opos.lat/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "opos-agent-server",
"transport": "streamable-http",
"url": "https://opos.lat/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.