← Registry

Analytics

d2pfinance.xyz

Provides access to financial app listings, research outputs, and on-chain instrument and pool state data for analysis.

1 endpoint8 known toolsFirst detected June 3, 2026Last detected July 5, 2026

ENDPOINT 1

https://www.d2pfinance.xyz/api/mcp/mcp

No auth detected

Known tools 8

list_apps

Returns all published app families in the d2p Finance lab (slug, name, status, external_url).

Inferred read-only
list_iterations

Lists Abrigo's on-site research outputs (decision memos, write-ups, papers).

Potential side effects
get_iteration_state

Returns the on-site research entry (decision memo / write-up / paper) for a given slug, or an honest not_found envelope.

Potential side effects
get_instrument_terms

Returns the on-chain parameters (terms) of an Abrigo instrument, or an honest not_deployed envelope when no contract is live under this id on the given chain.

Inferred read-only
get_pool_state

Returns live Abrigo pool reserves for a chain, or an honest not_deployed envelope when no pool is live yet.

Inferred read-only
query_econometric_panel

Pages the Abrigo econometric panel from HuggingFace, or returns an honest unavailable envelope when the dataset is not yet published.

Inferred read-only
get_hedge_decisions

Returns all MacroHedgeStrategist hedge decisions from the Somnia testnet (chain 50312, chainId 50312).

Inferred read-only
get_latest_macro_print

Returns the latest MacroOracle CPI macro print from the Somnia testnet (chain 50312).

Inferred read-only

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.d2pfinance-xyz]
url = "https://www.d2pfinance.xyz/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "d2pfinance-xyz": {
      "type": "http",
      "url": "https://www.d2pfinance.xyz/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: d2pfinance-xyz
Remote MCP URL: https://www.d2pfinance.xyz/api/mcp/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": {
    "d2pfinance-xyz": {
      "url": "https://www.d2pfinance.xyz/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "d2pfinance-xyz": {
      "type": "http",
      "url": "https://www.d2pfinance.xyz/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "d2pfinance-xyz",
  "transport": "streamable-http",
  "url": "https://www.d2pfinance.xyz/api/mcp/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for d2pfinance.xyz was fetched 2026-08-04T03:15:50.464Z and is being refreshed.

Trust status Neutral

d2pfinance.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.