Skip to content

feat: add Stargate MCP#3566

Open
junct-bot wants to merge 2 commits intomodelcontextprotocol:mainfrom
junct-bot:add/stargate-mcp
Open

feat: add Stargate MCP#3566
junct-bot wants to merge 2 commits intomodelcontextprotocol:mainfrom
junct-bot:add/stargate-mcp

Conversation

@junct-bot
Copy link

Add Stargate MCP to the MCP Server Directory

Server: Stargate MCP
Endpoint: https://stargate.mcp.junct.dev/mcp
Transport: Streamable HTTP (stateless)
Auth: None

Description

Stargate

On-chain contract: Stargate. 37 functions, 5 events.

MCP endpoint: https://stargate.mcp.junct.dev/mcp
Domain: analytics

Tools

  • activateChainPath — Calls activateChainPath(_poolId: string, _dstChainId: string, _dstPoolId: string). Write function — …
  • addLiquidity — Calls addLiquidity(_poolId: string, _amountLD: string, _to: string). Write function — may have acces…
  • bridge — Calls bridge(). Read-only — does not modify contract state. Unrestricted — any address can call this…
  • cachedSwapLookup — Calls cachedSwapLookup(param0: string, param1: string, param2: string). Read-only — does not modify …
  • callDelta — Calls callDelta(_poolId: string, _fullMode: boolean). Write function — may have access control restr…
  • clearCachedSwap — Calls clearCachedSwap(_srcChainId: string, _srcAddress: string, _nonce: string). Write function — ma…
  • createChainPath — Calls createChainPath(_poolId: string, _dstChainId: string, _dstPoolId: string, _weight: string). Wr…
  • createPool — Calls createPool(_poolId: string, _token: string, _sharedDecimals: string, _localDecimals: string, _…
  • creditChainPath — Calls creditChainPath(_dstChainId: string, _dstPoolId: string, _srcPoolId: string, _c: { credits: st…
  • factory — Calls factory(). Read-only — does not modify contract state. Unrestricted — any address can call thi…
  • instantRedeemLocal — Calls instantRedeemLocal(_srcPoolId: string, _amountLP: string, _to: string). Write function — may h…
  • mintFeeOwner — Calls mintFeeOwner(). Read-only — does not modify contract state. Unrestricted — any address can cal…
  • owner — Calls owner(). Read-only — does not modify contract state. Unrestricted — any address can call this …
  • protocolFeeOwner — Calls protocolFeeOwner(). Read-only — does not modify contract state. Unrestricted — any address can…
  • quoteLayerZeroFee — Calls quoteLayerZeroFee(_dstChainId: string, _functionType: string, _toAddress: string, _transferAnd…
  • redeemLocal — Calls redeemLocal(_dstChainId: string, _srcPoolId: string, _dstPoolId: string, _refundAddress: strin…
  • redeemLocalCallback — Calls redeemLocalCallback(_srcChainId: string, _srcAddress: string, _nonce: string, _srcPoolId: stri…
  • redeemLocalCheckOnRemote — Calls redeemLocalCheckOnRemote(_srcChainId: string, _srcAddress: string, _nonce: string, _srcPoolId:…
  • redeemRemote — Calls redeemRemote(_dstChainId: string, _srcPoolId: string, _dstPoolId: string, _refundAddress: stri…
  • renounceOwnership — Calls renounceOwnership(). Write function — may have access control restrictions (e.g. onlyOwner). C…
  • retryRevert — Calls retryRevert(_srcChainId: string, _srcAddress: string, _nonce: string). Requires ETH value to b…
  • revertLookup — Calls revertLookup(param0: string, param1: string, param2: string). Read-only — does not modify cont…
  • revertRedeemLocal — Calls revertRedeemLocal(_dstChainId: string, _srcAddress: string, _nonce: string, _refundAddress: st…
  • sendCredits — Calls sendCredits(_dstChainId: string, _srcPoolId: string, _dstPoolId: string, _refundAddress: strin…
  • setBridgeAndFactory — Calls setBridgeAndFactory(_bridge: string, _factory: string). Write function — may have access contr…
  • setDeltaParam — Calls setDeltaParam(_poolId: string, _batched: boolean, _swapDeltaBP: string, _lpDeltaBP: string, _d…
  • setFeeLibrary — Calls setFeeLibrary(_poolId: string, _feeLibraryAddr: string). Write function — may have access cont…
  • setFees — Calls setFees(_poolId: string, _mintFeeBP: string). Write function — may have access control restric…
  • setMintFeeOwner — Calls setMintFeeOwner(_owner: string). Write function — may have access control restrictions (e.g. o…
  • setProtocolFeeOwner — Calls setProtocolFeeOwner(_owner: string). Write function — may have access control restrictions (e.…
  • setSwapStop — Calls setSwapStop(_poolId: string, _swapStop: boolean). Write function — may have access control res…
  • setWeightForChainPath — Calls setWeightForChainPath(_poolId: string, _dstChainId: string, _dstPoolId: string, _weight: strin…
  • swap — Calls swap(_dstChainId: string, _srcPoolId: string, _dstPoolId: string, _refundAddress: string, _amo…
  • swapRemote — Calls swapRemote(_srcChainId: string, _srcAddress: string, _nonce: string, _srcPoolId: string, _dstP…
  • transferOwnership — Calls transferOwnership(newOwner: string). Write function — may have access control restrictions (e.…
  • withdrawMintFee — Calls withdrawMintFee(_poolId: string, _to: string). Write function — may have access control restri…
  • withdrawProtocolFee — Calls withdrawProtocolFee(_poolId: string, _to: string). Write function — may have access control re…
  • CachedSwapSaved — Event emitted by the contract. Subscribe via log filters.
  • OwnershipTransferred — Event emitted by the contract. Indexed fields (filterable): previousOwner, newOwner. Subscribe via l…
  • RedeemLocalCallback — Event emitted by the contract. Indexed fields (filterable): srcAddress, nonce. Subscribe via log fil…
  • Revert — Event emitted by the contract. Subscribe via log filters.
  • RevertRedeemLocal — Event emitted by the contract. Indexed fields (filterable): nonce, srcAddress. Subscribe via log fil…

Connection

{
  "mcpServers": {
    "stargate-mcp": {
      "url": "https://stargate.mcp.junct.dev/mcp",
      "transport": "streamable-http"
    }
  }
}

Registry entry (servers.json)

{
  "id": "stargate-mcp",
  "name": "Stargate MCP",
  "description": "Calls activateChainPath(_poolId: string, _dstChainId: string, _dstPoolId: string). Write function — may have access control restrictions (e.g. onlyOwner). Check",
  "repository": "https://github.com/junct-bot/stargate-mcp",
  "endpoint": "https://stargate.mcp.junct.dev/mcp",
  "transport": [
    "streamable-http"
  ],
  "tags": [
    "write",
    "dex",
    "read",
    "vault",
    "erc20",
    "admin",
    "event"
  ],
  "version": "1.0.0",
  "author": "Junct",
  "llms_txt": "https://stargate.mcp.junct.dev/llms.txt",
  "created_at": "2026-03-14T06:09:43.737Z"
}

Generated by Junct — agent-readiness infrastructure for crypto/DeFi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant