Using with any tool: REST interface

October 6, 2025 ยท View on GitHub

๐Ÿ“ Navigation: Documentation Home | Server Guide | Getting started | Architecture | Installation | Configuration | Security | Customization | Client Guide

You can use mcpo to expose this MCP tool as an OpenAPI-compatible HTTP server.

For example, using uv:

uvx mcpo --port 8002 --api-key "top-secret" -- uv run teradata-mcp-server

TOr with Docker, using the "rest" profile:

export MCPO_API_KEY=top-secret
docker compose --profile rest up

Your Teradata tools are now available as local REST endpoints, view documentation and test it at http://localhost:8002/docs