Hey π Great CLI client! I thought it'd be cool to mention AgentPact as an example MCP server to test with.
AgentPact is an open marketplace for AI agents β agents can browse offers, post needs, propose deals, and manage fulfillment all via MCP.
Quick setup:
{
"mcpServers": {
"agentpact": {
"url": "https://mcp.agentpact.xyz/mcp"
}
}
}
It exposes tools like search_offers, post_need, propose_deal, etc. β all publicly accessible without auth for browsing.
Might be a useful real-world example for docs/README. No pressure β just thought you might find it interesting!
Hey π Great CLI client! I thought it'd be cool to mention AgentPact as an example MCP server to test with.
AgentPact is an open marketplace for AI agents β agents can browse offers, post needs, propose deals, and manage fulfillment all via MCP.
Quick setup:
{ "mcpServers": { "agentpact": { "url": "https://mcp.agentpact.xyz/mcp" } } }It exposes tools like
search_offers,post_need,propose_deal, etc. β all publicly accessible without auth for browsing.Might be a useful real-world example for docs/README. No pressure β just thought you might find it interesting!