Analytics
d2pfinance.xyz
Provides access to financial app listings, research outputs, and on-chain instrument and pool state data for analysis.
ENDPOINT 1
https://www.d2pfinance.xyz/api/mcp/mcp
Known tools 8
list_appsReturns all published app families in the d2p Finance lab (slug, name, status, external_url).
Inferred read-onlylist_iterationsLists Abrigo's on-site research outputs (decision memos, write-ups, papers).
Potential side effectsget_iteration_stateReturns the on-site research entry (decision memo / write-up / paper) for a given slug, or an honest not_found envelope.
Potential side effectsget_instrument_termsReturns 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-onlyget_pool_stateReturns live Abrigo pool reserves for a chain, or an honest not_deployed envelope when no pool is live yet.
Inferred read-onlyquery_econometric_panelPages the Abrigo econometric panel from HuggingFace, or returns an honest unavailable envelope when the dataset is not yet published.
Inferred read-onlyget_hedge_decisionsReturns all MacroHedgeStrategist hedge decisions from the Somnia testnet (chain 50312, chainId 50312).
Inferred read-onlyget_latest_macro_printReturns the latest MacroOracle CPI macro print from the Somnia testnet (chain 50312).
Inferred read-onlyCONNECT 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.
d2pfinance.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.