Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
4
  • Linux
  • Apple
# Number of rounds for each model test execution testRound: 10 # Minimum threshold for passing tests (decimal between 0-1) passThreshold: 0.8 # List of models to test modelsToTest: - openai:gpt-4o - openai:gpt-4o-mini # Test case definitions testCases: - prompt: 'Help me calculate my BMI index, my weight is 90kg, my height is 180cm' expectedOutput: serverName: 'example-server' toolName: 'calculate-bmi' parameters: weightKg: 90 heightM: 1.8 # MCP server configuration mcpServers: - name: 'paradex-trading' command: 'docker' args: ['run', '--rm', '-i', 'sv/mcp-paradex-py']

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/sv/mcp-paradex-py'

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