Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
4
  • Linux
  • Apple
name: Build and Test on: push: branches: [main] pull_request: branches: [main] jobs: build-and-test: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.10"] steps: - uses: actions/checkout@v3 - name: Install uv uses: astral-sh/setup-uv@v5 with: python-version: ${{ matrix.python-version }} enable-cache: true - name: Install dependencies run: uv pip install -e ".[dev]" - name: Run tests run: uv run pytest --cov=mcp_paradex --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: file: ./coverage.xml fail_ci_if_error: false

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