## Using with any tool: REST interface
You can use [mcpo](https://github.com/open-webui/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:
```sh
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
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/Teradata/teradata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server