← d2pfinance.xyz

INDIVIDUAL MCP TOOL

list_apps

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

d2pfinance.xyznone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

d2pfinance.xyz

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.

Related tools

  • list_iterations — Lists Abrigo's on-site research outputs (decision memos, write-ups, papers).
  • get_iteration_state — Returns the on-site research entry (decision memo / write-up / paper) for a given slug, or an honest not_found envelope.
  • 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.
  • get_pool_state — Returns live Abrigo pool reserves for a chain, or an honest not_deployed envelope when no pool is live yet.
  • query_econometric_panel — Pages the Abrigo econometric panel from HuggingFace, or returns an honest unavailable envelope when the dataset is not yet published.
  • get_hedge_decisions — Returns all MacroHedgeStrategist hedge decisions from the Somnia testnet (chain 50312, chainId 50312).
  • get_latest_macro_print — Returns the latest MacroOracle CPI macro print from the Somnia testnet (chain 50312).