← lienfi.com

INDIVIDUAL MCP TOOL

agent_status

Whether this agent wallet is authorized to buy, when that authorization expires, and what it holds.

lienfi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.lienfi.com/api/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for agent_status and invoke it with your own arguments.

Indexed 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 server

lienfi.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.lienfi]
url = "https://api.lienfi.com/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lienfi": {
      "type": "http",
      "url": "https://api.lienfi.com/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lienfi": {
      "type": "http",
      "url": "https://api.lienfi.com/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lienfi",
  "transport": "streamable-http",
  "url": "https://api.lienfi.com/api/v1/mcp"
}
MCP Inspector

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

Related tools

  • market_overview — Inventory shape for the LienFi marketplace: how many liens are listed, which states and counties they are in, and the price / rate / LTV bounds.
  • search_liens — Screen listed liens and return a shortlist ranked by NET yield — after LienFi’s share of the gain — rather than by the gross APY the API publishes.
  • get_lien — The full record for one lien, including the redemptive-value projection and the fee rate that applies to it.
  • quote_lien — An INDICATIVE price for one lien, for this agent wallet, plus whether the wallet can afford it.
  • my_positions — Liens currently owned by this agent wallet, valued LIVE rather than from the stored snapshot columns, and cross-checked against onchain ownership.