6 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.
Server Config
{
"mcpServers": {
"good-quote": {
"type": "streamable-http",
"url": "https://goodquote.online/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}