goldfinch-subgraph
No official/hosted MCP server was found for Goldfinch or Warbler Labs (searched the docs, the goldfinch-eng GitHub org, and MCP registries). This is a CANDIDATE tool list derived from the read-only GraphQL subgraph so an MCP server could be stood up over the public endpoint. Not published by the provider.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
get_senior_pool— Read the Goldfinch Senior Pool singleton (share price, assets, APY, default rate).get_protocol— Read protocol-level aggregate state.get_user— Read a wallet-scoped User aggregate (staked positions, pool tokens, transactions, membership).list_tranched_pools— List tranched (borrower) pools indexed by the subgraph.list_pool_tokens— List backer PoolToken positions.list_transactions— List indexed protocol Transaction records.list_senior_pool_staked_positions— List staked positions in the Senior Pool.list_membership— List membership vault positions and rosters.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.