Skip to main content
Glama

RateSpot MCP Server

by zad0xlik
Dockerfile340 B
FROM node:lts-alpine WORKDIR /app # install dependencies COPY package*.json ./ RUN npm install --ignore-scripts # copy source COPY . . # compile TypeScript project using tsconfig.json RUN npx tsc --project tsconfig.json # expose CSV file server port EXPOSE 3001 # start MCP server CMD ["node", "dist/ratespot_mcp_server_streaming.js"]

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/zad0xlik/ratespot-mcp'

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