API Tools
first-dollar-test.com
MCP server that handles HTTP 402 payment challenges, quotes, and paid run enrollment for API access.
ENDPOINT 1
https://api.first-dollar-test.com/mcp
MCP server metadata
- Name
- first-dollar-test
- Version
- 0.2.0
Read live terms. Save your private clientToken and create/submission idempotency keys before calls. Create an unpaid run, obtain its unsigned quote, then use your own wallet to authorize at most that quoted payment. enroll submits only your supplied x402 signature. A 202 or timeout is unknown/pending: poll the same run and receipt, never assume failure or create a replacement payment. Only finalized chain evidence proves reward/refund. MCP access proves transport use; it does not prove Registry discovery or autonomous provenance.
Known tools 7
get_opportunityFree current admission, network, price, reward/refund policy and wallet requirements.
Potential side effectsget_payment_quoteReturns the existing HTTP 402 body and PAYMENT-REQUIRED header without a signature or charge.
Potential side effectsenrollFinancial action: forwards your existing PAYMENT-SIGNATURE for this exact run.
Potential side effectspoll_runRead payment, challenge, verdict and outgoing transfer state using the private run capability.
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.first-dollar-test]
url = "https://api.first-dollar-test.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"first-dollar-test": {
"type": "http",
"url": "https://api.first-dollar-test.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: first-dollar-test
Remote MCP URL: https://api.first-dollar-test.com/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": {
"first-dollar-test": {
"url": "https://api.first-dollar-test.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"first-dollar-test": {
"type": "http",
"url": "https://api.first-dollar-test.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "first-dollar-test",
"transport": "streamable-http",
"url": "https://api.first-dollar-test.com/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.