Predictika Validator MCP
An MCP (Model Context Protocol) server for validating Predictika models and launching Predictika Validator/Configurator servers on the Predictika platform.
Note: the MCP server itself runs locally (or wherever you host it), but the validator/configurator servers it launches and deletes are remote -- they are provisioned on and torn down from Predictika's own infrastructure, not on the machine running this MCP server.
Installation
uv tool install pdtk-val-mcp
Configuration
The server uses the following environment variables.
Required
| Variable | Description |
|---|---|
PREDICTIKA_API_KEY |
Predictika API key used for authentication. |
PREDICTIKA_API_BASE_URL |
Predictika validator endpoint, e.g. https://partner.predictika.com/validator. |
Example:
export PREDICTIKA_API_KEY=<your-api-key>
export PREDICTIKA_API_BASE_URL=<your-validator-base-url>
Optional
| Variable | Default | Description |
|---|---|---|
PREDICTIKA_MCP_LOG_FILE |
Logging disabled | Write server logs to the specified file. |
PREDICTIKA_MCP_LOG_LEVEL |
INFO |
Logging level. |
MCP Client Setup
Claude Code
claude mcp add predictika-validator \
--env PREDICTIKA_API_KEY="$PREDICTIKA_API_KEY" \
--env PREDICTIKA_API_BASE_URL="$PREDICTIKA_API_BASE_URL" \
-- predictika-validator-mcp
Codex CLI
codex mcp add predictika-validator \
--env PREDICTIKA_API_KEY="$PREDICTIKA_API_KEY" \
--env PREDICTIKA_API_BASE_URL="$PREDICTIKA_API_BASE_URL" \
-- predictika-validator-mcp
Updating
To upgrade to the latest released version:
uv tool upgrade pdtk-val-mcp
Tools
The server exposes the following MCP tools:
validate_model— Validates a Predictika model.launch_validator— Launches a remote Predictika Validator/Configurator server for a Predictika project, on Predictika's infrastructure.validate_choices— Validates a set of user choices against a running Predictika Validator/Configurator session.reset_session— Resets a running Predictika Validator/Configurator session.delete_validator— Deletes a launched remote Predictika Validator/Configurator server for a project. Destructive and not reversible.
Release files for pdtk-val-mcp 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pdtk_val_mcp-0.1.2.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pdtk_val_mcp-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.4 kB
Release files / pdtk_val_mcp-0.1.2.tar.gz
| Download URL | pdtk_val_mcp-0.1.2.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
51510f0181851b2009f1fadd0afedbd8131f6ec39491c727b3803d1f6c65969a
|
|
BLAKE2b-256 checksum How to use checksums |
bef2950e43476feced9ae4d1b38525f939939979051209aef7e276ebaef19ffb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.11
|
Release files / pdtk_val_mcp-0.1.2-py3-none-any.whl
| Download URL | pdtk_val_mcp-0.1.2-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
54f49546a7b66ed6ff674185cdbc2dcd59ef508246f4944a0d8638a6d232bc5e
|
|
BLAKE2b-256 checksum How to use checksums |
f50d99393bd1c5235d5bdeccfc1df2acba002e7ccc521ab206a96efda85e6f3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.11
|