Skip to main content
Glama

uniswap-trader-mcp

smithery.yaml908 B
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - infuraKey - walletPrivateKey properties: infuraKey: type: string description: Infura API key for RPC endpoints walletPrivateKey: type: string description: Private key of the wallet for executing swaps commandFunction: # A JS function that produces the CLI command based on the given config to start the MCP on stdio. |- (config) => ({ command: 'node', args: ['index.js'], env: { INFURA_KEY: config.infuraKey, WALLET_PRIVATE_KEY: config.walletPrivateKey } }) exampleConfig: infuraKey: abcd1234abcd1234abcd1234abcd1234 walletPrivateKey: "0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/uniswap-trader-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server