DataProbe MCP
by lck-001
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ONTOLOGY_PAT | No | Alternative for DATAPROBE_ACCESS_TOKEN. | |
| ONTOLOGY_API_KEY | No | Alternative API key. | |
| ONTOLOGY_API_URL | No | Alternative for DATAPROBE_BASE_URL. | |
| DATAPROBE_BASE_URL | No | Base URL of the DataProbe service. | http://10.0.12.186:8080 |
| DATAPROBE_MCP_HOST | No | Host for the MCP server to bind to. | 0.0.0.0 |
| DATAPROBE_MCP_PATH | No | Path for the MCP endpoint. | /mcp |
| DATAPROBE_MCP_PORT | No | Port for the MCP server. | 3000 |
| DATAPROBE_PASSWORD | No | Password for DataProbe authentication. | |
| DATAPROBE_USERNAME | No | Username for DataProbe authentication. | |
| ONTOLOGY_DATASET_ID | No | Alternative for DATAPROBE_DATASET_ID. | |
| DATAPROBE_DATASET_ID | No | Default dataset ID used by query tools. | |
| DATAPROBE_TIMEOUT_MS | No | Timeout in milliseconds for DataProbe requests. | 120000 |
| DATAPROBE_ACCESS_TOKEN | No | Access token for DataProbe authentication. | |
| DATAPROBE_MCP_DEBUG_LOG | No | Path to the debug log file. | ./dataprobe-mcp-debug.log |
| DATAPROBE_MCP_TRANSPORT | No | Transport mode; set to 'http' for remote service mode. | |
| DATAPROBE_REFRESH_TOKEN | No | Refresh token for DataProbe. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dataprobe_healthA | Check DataProbe service health. Requires DATAPROBE_ACCESS_TOKEN or DATAPROBE_USERNAME/DATAPROBE_PASSWORD. |
| dataprobe_list_datasetsB | List available DataProbe datasets. |
| dataprobe_askA | Ask a natural-language data question and poll until the DataProbe answer is finished. |
| dataprobe_get_ask_resultA | Get a DataProbe ask result by query id. |
| dataprobe_query_sqlC | Execute a read SQL query through DataProbe. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lck-001/51-dataprobe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server