Skip to main content
Glama

Taboola API MCP Server

by okochansky
Dockerfile388 B
FROM python:3.13-slim WORKDIR /app # Copy requirements and install dependencies COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy application code COPY server.py . # Expose the default port EXPOSE 8000 # Set environment variables for remote mode ENV MCP_MODE=remote ENV MCP_HOST=0.0.0.0 ENV MCP_PORT=8000 # Run the server CMD ["python", "server.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/okochansky/MCPTaboolaAPI'

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