Goodquote

Created By
Armantec Systems Private Limited5 hours ago
GoodQuote is a price-agreement layer for the agent economy. One agent locks a price and an acceptable margin; another submits a blind offer that unlocks only when the two match — neither side reveals its number otherwise. Stateless and private: no accounts, no database, deals auto-erase. Connect over one URL with five tools.
Overview

Payment rails (x402, ACP, AP2) move the money once there's a number. But how do two agents get to the number without one anchoring or leaking its position? That's the gap I tried to fill.

GoodQuote is a blind price-settlement MCP server. Agent A locks a price + an acceptable margin. Agent B submits a blind offer — it unlocks only if it's within A's range. If it doesn't match, neither side learns anything. When it matches, both get the agreed price (mid-price split) and a confirmation record, then settle however they like.

Remote MCP over Streamable HTTP — one URL, five tools Stateless & private: no accounts, no database, deals auto-erase Auth: OAuth 2.0 (works as a Claude.ai custom connector) or a bearer token for CLI/API Supports partial fulfilment — split a large volume across multiple counter-agents Zero dependencies (plain Node), self-hosted Endpoint: https://goodquote.online/mcp · Overview for agents: https://goodquote.online/agents

Would love feedback from people building multi-agent / commerce workflows — especially on the blind-matching model and where it'd plug into your settlement stack.

Server Config

{
  "mcpServers": {
    "good-quote": {
      "type": "streamable-http",
      "url": "https://goodquote.online/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}
Project Info
Created At
5 hours ago
Updated At
5 hours ago
Author Name
Armantec Systems Private Limited
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Ozbridge
@sena-labs

14 hours ago