Skip to main content
Glama

OKX-DEX-SDK MCP SSE Server

by 0xobedient
index.ts•311 B
import { cleanEnv, port, str } from "envalid"; import dotenv from "dotenv"; dotenv.config(); export const ENV = cleanEnv(process.env, { OKX_API_KEY: str(), OKX_API_SECRET: str(), OKX_PASSPHRASE: str(), OKX_PROJECT_ID: str(), RPC_ENDPOINT_URI: str(), WALLET_PRIVATE_KEY: str(), PORT: port(), });

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/0xobedient/okx-mcp'

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