@junct/stargate
v0.1.0
Published
stargate tools for AI agents — 42 tools, MCP + OpenAI compatible. Generated by Junct.
Maintainers
Readme
@junct/stargate
stargate tools for AI agents — 42 tools
Generated by Junct. analytics domain.
Install
npm install @junct/stargateUsage — OpenAI
import { tools } from '@junct/stargate';
import OpenAI from 'openai';
const client = new OpenAI();
const response = await client.chat.completions.create({
model: 'gpt-4o',
messages: [{ role: 'user', content: 'Query stargate' }],
tools,
});Usage — MCP (Claude Desktop / Cursor)
Add to your MCP config:
{
"mcpServers": {
"stargate": {
"url": "https://stargate.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}Usage — Direct Call
import { callTool } from '@junct/stargate';
const result = await callTool('activateChainPath', {});
console.log(result);Tools (42)
activateChainPath— Calls activateChainPath(_poolId: string, _dstChainId: string, _dstPoolId: stringaddLiquidity— Calls addLiquidity(_poolId: string, _amountLD: string, _to: string). Write functbridge— Calls bridge(). Read-only — does not modify contract state. Unrestricted — any acachedSwapLookup— Calls cachedSwapLookup(param0: string, param1: string, param2: string). Read-onlcallDelta— Calls callDelta(_poolId: string, _fullMode: boolean). Write function — may haveclearCachedSwap— Calls clearCachedSwap(_srcChainId: string, _srcAddress: string, _nonce: string).createChainPath— Calls createChainPath(_poolId: string, _dstChainId: string, _dstPoolId: string,createPool— Calls createPool(_poolId: string, _token: string, _sharedDecimals: string, _locacreditChainPath— Calls creditChainPath(_dstChainId: string, _dstPoolId: string, _srcPoolId: strinfactory— Calls factory(). Read-only — does not modify contract state. Unrestricted — anyinstantRedeemLocal— Calls instantRedeemLocal(_srcPoolId: string, _amountLP: string, _to: string). WrmintFeeOwner— Calls mintFeeOwner(). Read-only — does not modify contract state. Unrestricted —owner— Calls owner(). Read-only — does not modify contract state. Unrestricted — any adprotocolFeeOwner— Calls protocolFeeOwner(). Read-only — does not modify contract state. UnrestrictquoteLayerZeroFee— Calls quoteLayerZeroFee(_dstChainId: string, _functionType: string, _toAddress:- ... and 27 more
Links
- Server: https://stargate.mcp.junct.dev/mcp
- Dashboard: https://junct.dev/servers/stargate
- All servers: https://junct.dev/servers
