
9192 Public Compute
9192 Public Compute MCP is a MCP server that lets agents use 9192 discovery, pricebook, payment rails, GET_PULSE quotes, and receipt checks via streamable-http.
About
9192 Public Compute MCP exposes discovery, commercial pricebooks, payment rails, GET_PULSE quoting, and receipt verification to Model Context Protocol clients. Developers experimenting with agent-mediated procurement, transparent compute pricing, or Brazilian payment flows can register the hosted remote instead of stitching together separate quote APIs and receipt validators. The server fits developers who treat 9192 as a commerce or compute touchpoint rather than a general-purpose cloud console. Placement is Build integrations: you are wiring the agent to money-moving and catalog-discovery tools during feature work, not running production incident response. Validate pricing and compliance with 9192’s own terms before automating purchases on behalf of end users. It is not a full accounting ledger MCP nor a generic Stripe skill; scope stays on 9192-specific discovery, pulses/quotes, rails, and receipts. Use human approval gates when agents initiate payments.
- Remote MCP for discovery, pricebook, and payment rails on nineoneninetwo.com.br
- GET_PULSE quote flow and receipt check capabilities for agent-driven purchasing
- Streamable-http endpoint at nineoneninetwo.com.br/mcp, version 1.0.0
- Branded as 9192 Public Compute in the MCP catalog manifest
- Combines pricing discovery with payment verification in one vendor MCP surface
9192 Public Compute by the numbers
- Exposes 6 verified tools (MCP introspection)
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http 9192 https://nineoneninetwo.com.br/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 6 |
What it does
Let agents query 9192 discovery, pricebook, payment rails, GET_PULSE quotes, and receipt checks when building commerce or compute-marketplace experiences.
Who is it for?
Best when you're prototyping agent-assisted buying, quote comparison, or receipt validation on the 9192 public compute and payments stack.
Skip if: Skip if you need unrelated cloud infra (Kubernetes, arbitrary IaaS) or payment systems with no 9192 relationship.
What you get
After adding the 9192 MCP remote, your agent can run catalog discovery, pulse quotes, and receipt checks through one registered integration.
- Integrated 9192 discovery and pricebook queries from agent sessions
- GET_PULSE quote and receipt-check flows callable as MCP tools
- Single remote config (version 1.0.0 manifest) for commerce agent prototypes
By the numbers
- MCP manifest version 1.0.0
- Remote https://nineoneninetwo.com.br/mcp (streamable-http)
- Advertised capabilities: discovery, pricebook, payment rails, GET_PULSE quotes, receipt checks
Tools 6
Public tool metadata - what this server can do for an agent.
discover_9192Return public 9192 discovery links, protocol metadata, API status, and machine-readable manifests.
get_pricebookReturn public quote pricing and limits for the 9192 execution service.
get_payment_infoReturn public payment rail information for paid execution settlement.
quote_get_pulse4 paramsRequest a paid GET_PULSE quote through the public HTTP API.
machine_idstringrequiredbitsintegerrequiredmax_outputintegerrequiredprioritystring
sandbox_get_pulse3 paramsRun the free sandbox quote/accept/execute/verify flow for integration testing.
machine_idstringrequiredbitsintegerrequiredmax_outputintegerrequired
verify_receipt2 paramsVerify a public sandbox receipt by receipt_id.
machine_idstringrequiredreceipt_idstringrequired
Recommended MCP Servers
How it compares
Brazil-focused commerce and compute MCP with quotes and receipts, not a general budgeting spreadsheet skill or local payment SDK only.
FAQ
Who is br.com.nineoneninetwo/9192 for?
Developers and agent developers integrating 9192 discovery, pricing, payment rails, GET_PULSE quotes, and receipt verification into MCP-enabled workflows.
When should I use br.com.nineoneninetwo/9192?
Use it during Build when you implement agent tools that must pull 9192 pricebook data, generate pulse quotes, or confirm receipts before shipping commerce features.
How do I add br.com.nineoneninetwo/9192 to my agent?
Configure the streamable-http remote https://nineoneninetwo.com.br/mcp in your MCP client and follow nineoneninetwo.com.br documentation for auth, rails, and quote parameters.