Server Details
Stargate - 42 tools for cross-chain transfers and bridge data
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- junct-bot/stargate-mcp
- GitHub Stars
- 0
See and control every tool call
Available Tools
42 toolsactivateChainPathInspect
Calls activateChainPath(_poolId: string, _dstChainId: string, _dstPoolId: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). |
addLiquidityInspect
Calls addLiquidity(_poolId: string, _amountLD: string, _to: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _to | Yes | address (Ethereum address, 0x-prefixed). | |
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _amountLD | Yes | uint256 (uint256, pass as decimal string). |
bridgeInspect
Calls bridge(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns address.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
cachedSwapLookupInspect
[DISCOVERY] Calls cachedSwapLookup(param0: string, param1: string, param2: string). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns { token: string, amountLD: string, to: string, payload: string }.
| Name | Required | Description | Default |
|---|---|---|---|
| param0 | Yes | uint16 (uint16, pass as decimal string). | |
| param1 | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| param2 | Yes | uint256 (uint256, pass as decimal string). |
CachedSwapSavedInspect
Event emitted by the contract. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | address (Ethereum address, 0x-prefixed). | |
| nonce | Yes | uint256 (uint256, pass as decimal string). | |
| token | Yes | address (Ethereum address, 0x-prefixed). | |
| reason | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| chainId | Yes | uint16 (uint16, pass as decimal string). | |
| payload | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| amountLD | Yes | uint256 (uint256, pass as decimal string). | |
| srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed). |
callDeltaInspect
Calls callDelta(_poolId: string, _fullMode: boolean). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _fullMode | Yes | bool. |
clearCachedSwapInspect
Calls clearCachedSwap(_srcChainId: string, _srcAddress: string, _nonce: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _nonce | Yes | uint256 (uint256, pass as decimal string). | |
| _srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _srcChainId | Yes | uint16 (uint16, pass as decimal string). |
createChainPathInspect
Calls createChainPath(_poolId: string, _dstChainId: string, _dstPoolId: string, _weight: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _weight | Yes | uint256 (uint256, pass as decimal string). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). |
createPoolInspect
Calls createPool(_poolId: string, _token: string, _sharedDecimals: string, _localDecimals: string, _name: string, _symbol: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. Returns address.
| Name | Required | Description | Default |
|---|---|---|---|
| _name | Yes | string. | |
| _token | Yes | address (Ethereum address, 0x-prefixed). | |
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _symbol | Yes | string. | |
| _localDecimals | Yes | uint8 (uint8, pass as decimal string). | |
| _sharedDecimals | Yes | uint8 (uint8, pass as decimal string). |
creditChainPathInspect
Calls creditChainPath(_dstChainId: string, _dstPoolId: string, _srcPoolId: string, _c: { credits: string, idealBalance: string }). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _c | Yes | tuple. Fields: credits, idealBalance. | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). |
factoryInspect
Calls factory(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns address.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
instantRedeemLocalInspect
Calls instantRedeemLocal(_srcPoolId: string, _amountLP: string, _to: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. Returns amountSD (uint256).
| Name | Required | Description | Default |
|---|---|---|---|
| _to | Yes | address (Ethereum address, 0x-prefixed). | |
| _amountLP | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint16 (uint16, pass as decimal string). |
mintFeeOwnerInspect
Calls mintFeeOwner(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns address.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
ownerInspect
Calls owner(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns address.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
OwnershipTransferredInspect
Event emitted by the contract. Indexed fields (filterable): previousOwner, newOwner. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| newOwner | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| previousOwner | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
protocolFeeOwnerInspect
Calls protocolFeeOwner(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns address.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
quoteLayerZeroFeeInspect
Calls quoteLayerZeroFee(_dstChainId: string, _functionType: string, _toAddress: string, _transferAndCallPayload: string, _lzTxParams: { dstGasForCall: string, dstNativeAmount: string, dstNativeAddr: string }). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns { _0: string, _1: string }.
| Name | Required | Description | Default |
|---|---|---|---|
| _toAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). | |
| _lzTxParams | Yes | tuple. Fields: dstGasForCall, dstNativeAmount, dstNativeAddr. | |
| _functionType | Yes | uint8 (uint8, pass as decimal string). | |
| _transferAndCallPayload | Yes | bytes (hex-encoded bytes, 0x-prefixed). |
redeemLocalInspect
Calls redeemLocal(_dstChainId: string, _srcPoolId: string, _dstPoolId: string, _refundAddress: string, _amountLP: string, _to: string, _lzTxParams: { dstGasForCall: string, dstNativeAmount: string, dstNativeAddr: string }). Requires ETH value to be sent with the transaction. Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _to | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _amountLP | Yes | uint256 (uint256, pass as decimal string). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). | |
| _lzTxParams | Yes | tuple. Fields: dstGasForCall, dstNativeAmount, dstNativeAddr. | |
| _refundAddress | Yes | address (Ethereum address, 0x-prefixed). |
redeemLocalCallbackInspect
Calls redeemLocalCallback(_srcChainId: string, _srcAddress: string, _nonce: string, _srcPoolId: string, _dstPoolId: string, _to: string, _amountSD: string, _mintAmountSD: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _to | Yes | address (Ethereum address, 0x-prefixed). | |
| _nonce | Yes | uint256 (uint256, pass as decimal string). | |
| _amountSD | Yes | uint256 (uint256, pass as decimal string). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _srcChainId | Yes | uint16 (uint16, pass as decimal string). | |
| _mintAmountSD | Yes | uint256 (uint256, pass as decimal string). |
RedeemLocalCallbackInspect
Event emitted by the contract. Indexed fields (filterable): srcAddress, nonce. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | address (Ethereum address, 0x-prefixed). | |
| nonce | Yes | uint256 (uint256, pass as decimal string) (indexed). | |
| amountSD | Yes | uint256 (uint256, pass as decimal string). | |
| dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed) (indexed). | |
| srcChainId | Yes | uint16 (uint16, pass as decimal string). | |
| mintAmountSD | Yes | uint256 (uint256, pass as decimal string). |
redeemLocalCheckOnRemoteInspect
Calls redeemLocalCheckOnRemote(_srcChainId: string, _srcAddress: string, _nonce: string, _srcPoolId: string, _dstPoolId: string, _amountSD: string, _to: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _to | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _nonce | Yes | uint256 (uint256, pass as decimal string). | |
| _amountSD | Yes | uint256 (uint256, pass as decimal string). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _srcChainId | Yes | uint16 (uint16, pass as decimal string). |
redeemRemoteInspect
Calls redeemRemote(_dstChainId: string, _srcPoolId: string, _dstPoolId: string, _refundAddress: string, _amountLP: string, _minAmountLD: string, _to: string, _lzTxParams: { dstGasForCall: string, dstNativeAmount: string, dstNativeAddr: string }). Requires ETH value to be sent with the transaction. Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _to | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _amountLP | Yes | uint256 (uint256, pass as decimal string). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). | |
| _lzTxParams | Yes | tuple. Fields: dstGasForCall, dstNativeAmount, dstNativeAddr. | |
| _minAmountLD | Yes | uint256 (uint256, pass as decimal string). | |
| _refundAddress | Yes | address (Ethereum address, 0x-prefixed). |
renounceOwnershipInspect
Calls renounceOwnership(). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. DANGER: Permanently and irreversibly removes all owner control from the contract. After calling, no address will ever be able to call onlyOwner functions again including adapter management, oracle configuration, emergency controls, and all set* functions. This action cannot be undone. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
retryRevertInspect
Calls retryRevert(_srcChainId: string, _srcAddress: string, _nonce: string). Requires ETH value to be sent with the transaction. Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _nonce | Yes | uint256 (uint256, pass as decimal string). | |
| _srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _srcChainId | Yes | uint16 (uint16, pass as decimal string). |
RevertInspect
Event emitted by the contract. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | Yes | uint256 (uint256, pass as decimal string). | |
| chainId | Yes | uint16 (uint16, pass as decimal string). | |
| srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| bridgeFunctionType | Yes | uint8 (uint8, pass as decimal string). |
revertLookupInspect
[DISCOVERY] Calls revertLookup(param0: string, param1: string, param2: string). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns bytes.
| Name | Required | Description | Default |
|---|---|---|---|
| param0 | Yes | uint16 (uint16, pass as decimal string). | |
| param1 | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| param2 | Yes | uint256 (uint256, pass as decimal string). |
revertRedeemLocalInspect
Calls revertRedeemLocal(_dstChainId: string, _srcAddress: string, _nonce: string, _refundAddress: string, _lzTxParams: { dstGasForCall: string, dstNativeAmount: string, dstNativeAddr: string }). Requires ETH value to be sent with the transaction. Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _nonce | Yes | uint256 (uint256, pass as decimal string). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). | |
| _lzTxParams | Yes | tuple. Fields: dstGasForCall, dstNativeAmount, dstNativeAddr. | |
| _srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _refundAddress | Yes | address (Ethereum address, 0x-prefixed). |
RevertRedeemLocalInspect
Event emitted by the contract. Indexed fields (filterable): nonce, srcAddress. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| nonce | Yes | uint256 (uint256, pass as decimal string) (indexed). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed) (indexed). | |
| srcChainId | Yes | uint16 (uint16, pass as decimal string). | |
| mintAmountSD | Yes | uint256 (uint256, pass as decimal string). | |
| redeemAmountSD | Yes | uint256 (uint256, pass as decimal string). |
sendCreditsInspect
Calls sendCredits(_dstChainId: string, _srcPoolId: string, _dstPoolId: string, _refundAddress: string). Requires ETH value to be sent with the transaction. Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). | |
| _refundAddress | Yes | address (Ethereum address, 0x-prefixed). |
setBridgeAndFactoryInspect
Calls setBridgeAndFactory(_bridge: string, _factory: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _bridge | Yes | address (Ethereum address, 0x-prefixed). | |
| _factory | Yes | address (Ethereum address, 0x-prefixed). |
setDeltaParamInspect
Calls setDeltaParam(_poolId: string, _batched: boolean, _swapDeltaBP: string, _lpDeltaBP: string, _defaultSwapMode: boolean, _defaultLPMode: boolean). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _batched | Yes | bool. | |
| _lpDeltaBP | Yes | uint256 (uint256, pass as decimal string). | |
| _swapDeltaBP | Yes | uint256 (uint256, pass as decimal string). | |
| _defaultLPMode | Yes | bool. | |
| _defaultSwapMode | Yes | bool. |
setFeeLibraryInspect
Calls setFeeLibrary(_poolId: string, _feeLibraryAddr: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _feeLibraryAddr | Yes | address (Ethereum address, 0x-prefixed). |
setFeesInspect
Calls setFees(_poolId: string, _mintFeeBP: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _mintFeeBP | Yes | uint256 (uint256, pass as decimal string). |
setMintFeeOwnerInspect
Calls setMintFeeOwner(_owner: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _owner | Yes | address (Ethereum address, 0x-prefixed). |
setProtocolFeeOwnerInspect
Calls setProtocolFeeOwner(_owner: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _owner | Yes | address (Ethereum address, 0x-prefixed). |
setSwapStopInspect
Calls setSwapStop(_poolId: string, _swapStop: boolean). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _swapStop | Yes | bool. |
setWeightForChainPathInspect
Calls setWeightForChainPath(_poolId: string, _dstChainId: string, _dstPoolId: string, _weight: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _poolId | Yes | uint256 (uint256, pass as decimal string). | |
| _weight | Yes | uint16 (uint16, pass as decimal string). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). |
swapInspect
Calls swap(_dstChainId: string, _srcPoolId: string, _dstPoolId: string, _refundAddress: string, _amountLD: string, _minAmountLD: string, _lzTxParams: { dstGasForCall: string, dstNativeAmount: string, dstNativeAddr: string }, _to: string, _payload: string). Requires ETH value to be sent with the transaction. Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _to | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _payload | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _amountLD | Yes | uint256 (uint256, pass as decimal string). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _dstChainId | Yes | uint16 (uint16, pass as decimal string). | |
| _lzTxParams | Yes | tuple. Fields: dstGasForCall, dstNativeAmount, dstNativeAddr. | |
| _minAmountLD | Yes | uint256 (uint256, pass as decimal string). | |
| _refundAddress | Yes | address (Ethereum address, 0x-prefixed). |
swapRemoteInspect
Calls swapRemote(_srcChainId: string, _srcAddress: string, _nonce: string, _srcPoolId: string, _dstPoolId: string, _dstGasForCall: string, _to: string, _s: { amount: string, eqFee: string, eqReward: string, lpFee: string, protocolFee: string, lkbRemove: string }, _payload: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _s | Yes | tuple. Fields: amount, eqFee, eqReward, lpFee, protocolFee, lkbRemove. | |
| _to | Yes | address (Ethereum address, 0x-prefixed). | |
| _nonce | Yes | uint256 (uint256, pass as decimal string). | |
| _payload | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _dstPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcPoolId | Yes | uint256 (uint256, pass as decimal string). | |
| _srcAddress | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| _srcChainId | Yes | uint16 (uint16, pass as decimal string). | |
| _dstGasForCall | Yes | uint256 (uint256, pass as decimal string). |
transferOwnershipInspect
Calls transferOwnership(newOwner: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. Transfers ownership to a new address. The new owner must call acceptOwnership() to complete the transfer (two-step pattern). No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| newOwner | Yes | address (Ethereum address, 0x-prefixed). |
withdrawMintFeeInspect
Calls withdrawMintFee(_poolId: string, _to: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _to | Yes | address (Ethereum address, 0x-prefixed). | |
| _poolId | Yes | uint256 (uint256, pass as decimal string). |
withdrawProtocolFeeInspect
Calls withdrawProtocolFee(_poolId: string, _to: string). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
| _to | Yes | address (Ethereum address, 0x-prefixed). | |
| _poolId | Yes | uint256 (uint256, pass as decimal string). |
Verify Ownership
This connector has been claimed. The /.well-known/glama.json file has been verified and ownership is confirmed.
Glama periodically re-verifies ownership. If the file is removed, the claim will be revoked.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.