INDIVIDUAL MCP TOOL
preview_fee
Preview the exact lamport fee the given Solana wallet would pay for its next paid validation (fees escalate with consecutive failures).
LIVE ENDPOINT
https://eqbuilder.dev/api/mcp
Connect to this endpoint to inspect the live schema for preview_fee and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT 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.marz-greta-lock-network]
url = "https://eqbuilder.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"marz-greta-lock-network": {
"type": "http",
"url": "https://eqbuilder.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: marz-greta-lock-network
Remote MCP URL: https://eqbuilder.dev/api/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": {
"marz-greta-lock-network": {
"url": "https://eqbuilder.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"marz-greta-lock-network": {
"type": "http",
"url": "https://eqbuilder.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "marz-greta-lock-network",
"transport": "streamable-http",
"url": "https://eqbuilder.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
score_text— Free, stateless human-likeness scoring.list_profiles— List all scoreable human personality profiles with their trait targets.get_pricing— Current pricing manifest: fee in Solana lamports, treasury wallet, failure-escalation rules, and how to submit a paid validated benchmark via POST /api/simulate.get_network_stats— Live network statistics (honest aggregates from the real platform ledger).