← mcpscores.com

INDIVIDUAL MCP TOOL

mcpfax_endpoint_revenue_estimate

Observed on-chain revenue signals for one listing: total USDC inflow, how many distinct payers, the modal transfer size, payment rate, 7- and 30-day trend windows, and where it sits in its cohort by percentile.

mcpscores.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcpfax-reliability.bowling-anthony.workers.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for mcpfax_endpoint_revenue_estimate 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

mcpscores.com

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.com-mcpscores-agent-reliability-scores]
url = "https://mcpfax-reliability.bowling-anthony.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-mcpscores-agent-reliability-scores": {
      "type": "http",
      "url": "https://mcpfax-reliability.bowling-anthony.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-mcpscores-agent-reliability-scores
Remote MCP URL: https://mcpfax-reliability.bowling-anthony.workers.dev/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": {
    "com-mcpscores-agent-reliability-scores": {
      "url": "https://mcpfax-reliability.bowling-anthony.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-mcpscores-agent-reliability-scores": {
      "type": "http",
      "url": "https://mcpfax-reliability.bowling-anthony.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-mcpscores-agent-reliability-scores",
  "transport": "streamable-http",
  "url": "https://mcpfax-reliability.bowling-anthony.workers.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • mcpfax_endpoint_credit_score — Creditworthiness grade for one x402 endpoint or MCP server: letter grade A-E (or NR when unrated), a 0-1000 score, per-component subscores, a confidence level, flags, and the dated evidence each figure rests on.
  • mcpfax_integration_drift — What changed under an x402 endpoint or MCP server you have ALREADY integrated: payTo rotations, price, asset and network changes, terms added or removed, and tool-schema changes.
  • mcpfax_wallet_authenticity — Payer-concentration and wash-risk assessment for a receiving wallet: how concentrated its observed payers are, the measured coverage of that observation, an explicit wash-risk haircut ONLY when coverage is sufficient, how many listings declare the same address, and observed USDC inflow.
  • mcpfax_payer_wallet_profile — Know-your-agent profile for a paying wallet: how many distinct services it pays, total observed spend, whether the address is a contract or an externally owned account, and coverage-gated screening signals.
  • mcpfax_payto_change_feed — Chronological feed of rating actions since a date: grade upgrades and downgrades, payTo wallet changes (a seller redirecting payment), listing removals, and returns.
  • mcpfax_preflight_check — Check that an endpoint is live and that its terms have not changed, BEFORE you send it an expensive request.