io.github.junct-bot/curve-mcp
Curve MCP server — 43 tools for AI agent integration. Hosted by Junct.
- -Improve uptime (currently 98.3%, target 99%+)
[DISCOVERY] Returns all Curve gauges, on all chains, in all registries. If any Curve pool, anywhere, has a gauge, then it’ll be returned by this endpoint. The only exception are sidechain non-factory gauges, which aren’t indexed by any registry, and have been discontinued for a long time now. On sidechains, only factory gauges exist; on Ethereum, both "main" (non-factory) and factory gauges exist. — Returns all Curve gauges, on all chains, in all registries. If any Curve pool, anywhere, has a gauge, then it’ll be returned by this endpoint. The only exception are sidechain non-factory gauges, which aren’t
Returns total 24h volume for a chain. — Returns total 24h volume for a chain.
Returns all base APY data for Curve pools on each chain. Note: [`/getVolumes/{blockchainId}`](#/default/get_getVolumes__blockchainId_) is preferred — Returns all base APY data for Curve pools on each chain. Note: [`/getVolumes/{blockchainId}`](#/default/get_getVolumes__blockchainId_) is preferred
Returns the circulating supply of crvUSD — Returns the circulating supply of crvUSD
Returns the total supply of crvUSD — Returns the total supply of crvUSD
Returns the total supply of crvUSD as a number — Returns the total supply of crvUSD as a number
Returns unboosted CRV APRs for sidechain facto gauges — Returns unboosted CRV APRs for sidechain facto gauges
Returns *inaccurate* volume and base APY data for Curve pools on chains that aren’t indexed by either the [Curve Prices API](https://prices.curve.fi/feeds-docs) or the [Curve subgraphs](https://github.com/curvefi/volume-subgraphs). Data returned by this endpoint is necessarily inaccurate due to the manual chain-walking involved, coupled with the limitations of RPC endpoints available for this subset of chains. Using this endpoint should be considered an imperfect last resort. If the chain for which you want to retrieve volume and base APY data is available through either [`/getVolumes/{blockch
[DISCOVERY] [Deprecated] Returns pools in Curve’s legacy Ethereum factory, which has been superseded for years now Legacy: in most situations, you’ll want to focus on newer pools with `getPools/all/ethereum` — Returns pools in Curve’s legacy Ethereum factory, which has been superseded for years now Legacy: in most situations, you’ll want to focus on newer pools with `getPools/all/ethereum`
[DISCOVERY] Returns Ethereum gas prices (in gwei) (uses Blocknative API) — Returns Ethereum gas prices (in gwei) (uses Blocknative API)
[DISCOVERY] Returns a list of pool ids, grouped by chain id, that are known to be dysfunctional in some way. This list can be used by front-ends to avoid displaying these pools, and protect users from interacting with these pools. — Returns a list of pool ids, grouped by chain id, that are known to be dysfunctional in some way. This list can be used by front-ends to avoid displaying these pools, and protect users from interacting with these pools.
Returns information on all lending vaults, in a specific registry, on a specific chain. — Returns information on all lending vaults, in a specific registry, on a specific chain.
Returns all lending vaults, in all registries, on a specific chain. — Returns all lending vaults, in all registries, on a specific chain.
Returns all lending vaults, in all registries, on all chains. — Returns all lending vaults, in all registries, on all chains.
[DISCOVERY] [Deprecated] Returns Ethereum main registry pools gauge rewards Deprecated: please use `getPools/ethereum/main` instead — Returns Ethereum main registry pools gauge rewards Deprecated: please use `getPools/ethereum/main` instead
[DISCOVERY] [Deprecated] Returns Ethereum main registry pools addresses as an array Deprecated: please use `getPools/ethereum/main` instead — Returns Ethereum main registry pools addresses as an array Deprecated: please use `getPools/ethereum/main` instead
[DISCOVERY] [Deprecated] Returns an array of shape `{ address, lpTokenAddress }` for Ethereum main registry pools Deprecated: please use `getPools/ethereum/main` instead — Returns an array of shape `{ address, lpTokenAddress }` for Ethereum main registry pools Deprecated: please use `getPools/ethereum/main` instead
[DISCOVERY] Returns platforms (also known as `blockchainId` in other API endpoints) that Curve is deployed on, and which pool registries are available on each platform. Useful to then query e.g. [`/api/getPools/{blockchainId}/{registryId}`](#/default/get_getPools__blockchainId___registryId_) — Returns platforms (also known as `blockchainId` in other API endpoints) that Curve is deployed on, and which pool registries are available on each platform. Useful to then query e.g. [`/api/getPools/{blockchainId}/{registryId}`](#/default/get_getPools__blockchainId___registryId_)
[DISCOVERY] Returns points campaigns (see https://github.com/curvefi/curve-frontend/tree/main/packages/external-rewards/src) — Returns points campaigns (see https://github.com/curvefi/curve-frontend/tree/main/packages/external-rewards/src)
Returns addresses of all pools, in all registries, on a specific chain. Note: For backward compatibility, in this endpoint the "factory" registry is renamed to "stable-factory" — Returns addresses of all pools, in all registries, on a specific chain. Note: For backward compatibility, in this endpoint the "factory" registry is renamed to "stable-factory"
Returns information on all pools, in a specific registry, on a specific chain. Note: - Doesn't work for Harmony: its 3pool isn't in the main registry, and Harmony is lacking a crypto registry - Doesn't work for Moonbeam: it's lacking a main registry — Returns information on all pools, in a specific registry, on a specific chain. Note: - Doesn't work for Harmony: its 3pool isn't in the main registry, and Harmony is lacking a crypto registry - Doesn't work for Moonbeam: it's lacking a main registry
Returns all pools, in all registries, on a specific chain. — Returns all pools, in all registries, on a specific chain.
Returns all pools, in all registries, on all chains. — Returns all pools, in all registries, on all chains.
Returns all pools whose TVL is ≥$10k, in all registries, on a specific chain. — Returns all pools whose TVL is ≥$10k, in all registries, on a specific chain.
Returns all pools whose TVL is ≥$10k, in all registries, on all chains. — Returns all pools whose TVL is ≥$10k, in all registries, on all chains.
Returns all pools whose TVL is $0, in all registries, on a specific chain. — Returns all pools whose TVL is $0, in all registries, on a specific chain.
Returns all pools whose TVL is $0, in all registries, on all chains. — Returns all pools whose TVL is $0, in all registries, on all chains.
Returns all pools whose TVL is <$10k, in all registries, on a specific chain. — Returns all pools whose TVL is <$10k, in all registries, on a specific chain.
Returns all pools whose TVL is <$10k, in all registries, on all chains. — Returns all pools whose TVL is <$10k, in all registries, on all chains.
[DISCOVERY] Returns address of the Ethereum registry See — Returns address of the Ethereum registry See
Returns the total supply of scrvUSD as a number — Returns the total supply of scrvUSD as a number
Returns the total supply of scrvUSD as a JSON object — Returns the total supply of scrvUSD as a JSON object
Returns all 24h volume and base APY data for Curve pools on each chain. It relies on [Curve subgraphs](https://github.com/curvefi/volume-subgraphs), and is being slowly transitioned to the more reliable [`/getVolumes/{blockchainId}`](#/default/get_getVolumes__blockchainId_) endpoint (where support for more chains is being added). When this transition is done, this endpoint will however remain available as simple proxy for [`/getVolumes/{blockchainId}`](#/default/get_getVolumes__blockchainId_). — Returns all 24h volume and base APY data for Curve pools on each chain. It relies on [Curve subgrap
Returns all tokens that can be found in Curve pools, on a specific chain. Pools need at least $10k TVL for tokens to make this list. Note that tokens’ `usdPrice` is very simply the usd price of that token reported by the largest Curve pool on that chain, at that one point in time. There is no effort made to average or smooth out those prices, they should be used for presentation purposes only. — Returns all tokens that can be found in Curve pools, on a specific chain. Pools need at least $10k TVL for tokens to make this list. Note that tokens’ `usdPrice` is very simply the usd price of that to
Returns all 24h volume and base APY data for Curve pools on each chain. It relies on the [Curve Prices API](https://prices.curve.finance/feeds-docs), and is meant as a more reliable replacement to the [`getSubgraphData/[blockchainId]`](#/default/get_getSubgraphData__blockchainId_) endpoints. Note: Not all chains are currently available on the Curve Prices API. Currently available chains: `ethereum | polygon | arbitrum | base | optimism | fantom` — Returns all 24h volume and base APY data for Curve pools on each chain. It relies on the [Curve Prices API](https://prices.curve.finance/feeds-docs)
[DISCOVERY] Returns last daily volume for each [crvUSD AMM](https://docs.curve.fi/crvUSD/amm/) — Returns last daily volume for each [crvUSD AMM](https://docs.curve.fi/crvUSD/amm/)
[DISCOVERY] Returns weekly fees — Returns weekly fees
| Timestamp | Status | Latency | Conformance |
|---|---|---|---|
| Apr 2, 2026 | timeout | 0ms | Fail |
| Apr 2, 2026 | timeout | 0ms | Fail |
| Apr 2, 2026 | timeout | 0ms | Fail |
| Apr 2, 2026 | timeout | 0ms | Fail |
| Apr 2, 2026 | timeout | 0ms | Fail |
| Apr 2, 2026 | success | 391.7ms | Pass |
| Apr 2, 2026 | success | 163ms | Pass |
| Apr 2, 2026 | success | 295.5ms | Pass |
| Apr 2, 2026 | success | 282.7ms | Pass |
| Apr 2, 2026 | success | 332.3ms | Pass |