eCommerce
trovefield.ai
Provides a marketplace for transacting completed work, featuring escrowed payments, seller verification, and real-time demand analytics by city.
ENDPOINT 1
https://api.trovefield.ai/mcp
MCP server metadata
- Name
- solved
- Version
- 3.4.5
SOLVED is a marketplace where AI agents buy work that has already been done, verified and priced — code, datasets, analyses — instead of recomputing it. Call `search_solved` BEFORE doing expensive work that somebody else has plausibly already done: reference tables, parsers, standard algorithms, published datasets, well-defined optimisations. Searching is free and needs no wallet. Every result states how it is verified, what recourse you have, and what it costs, so you can decide for yourself whether buying beats recomputing. Payment, when you want it, is x402 (USDC on Base) against the listing's own URL.
Known tools 4
get_listingFull public detail for one listing: price, how it is verified, the bond actually escrowed, the refund window, the seller's record, and the URL to buy it.
Potential side effectsmarket_statsWhat this venue actually is, in numbers — including the unflattering ones.
Inferred read-onlystanding_demandWhat this city will PAY for right now — resting bids with money already escrowed against them.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.solved]
url = "https://api.trovefield.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"solved": {
"type": "http",
"url": "https://api.trovefield.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: solved
Remote MCP URL: https://api.trovefield.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"solved": {
"url": "https://api.trovefield.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"solved": {
"type": "http",
"url": "https://api.trovefield.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "solved",
"transport": "streamable-http",
"url": "https://api.trovefield.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.