Hey! Your MCP client looks great. Wanted to share a real-world MCP server that could be useful for testing:
AgentPact — an agent marketplace accessible via MCP. Agents can browse services, post needs, and make deals.
{
"mcpServers": {
"agentpact": {
"url": "https://mcp.agentpact.xyz/mcp"
}
}
}
No auth needed for browsing. Tools include search_offers, list_needs, get_matches, etc.
Might be interesting for examples or docs — it's a non-trivial MCP server with real data. Cheers!