Predictika Configurator MCP
An MCP (Model Context Protocol) server for validating Predictika models and launching Predictika Configurator servers on the Predictika platform.
Installation
Install the server using one of the following methods.
pipx (Recommended)
pipx install predictika-configurator-mcp
uv
uv tool install predictika-configurator-mcp
Configuration
The server uses the following environment variables.
Required
| Variable | Description |
|---|---|
PREDICTIKA_API_KEY |
Predictika API key used for authentication. |
Example:
export PREDICTIKA_API_KEY=<your-api-key>
Optional
| Variable | Default | Description |
|---|---|---|
PREDICTIKA_API_BASE_URL |
https://partner.predictika.com/validator |
Override the Predictika validator endpoint. |
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-configurator \
--env PREDICTIKA_API_KEY="$PREDICTIKA_API_KEY" \
-- predictika-configurator-mcp
Codex CLI
codex mcp add predictika-configurator \
--env PREDICTIKA_API_KEY="$PREDICTIKA_API_KEY" \
-- predictika-configurator-mcp
If you are using a custom Predictika server, also pass PREDICTIKA_API_BASE_URL when adding the MCP server.
Updating
To upgrade to the latest released version:
pipx
pipx upgrade predictika-configurator-mcp
uv
uv tool upgrade predictika-configurator-mcp
Tools
The server exposes the following MCP tools:
validate_predictika_model— Validates a Predictika model.launch_predictika_configurator— Launches a Predictika Configurator server for a Predictika project.
Release files for pdtk-cfg-mcp 0.1.0
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_cfg_mcp-0.1.0.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pdtk_cfg_mcp-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.7 kB
Release files / pdtk_cfg_mcp-0.1.0.tar.gz
| Download URL | pdtk_cfg_mcp-0.1.0.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b15aa029f0614878dc459c9eed29fff8aba35036805d4f12aaab8f6cb17d5efa
|
|
BLAKE2b-256 checksum How to use checksums |
6f8d8df2e04d2248201b7cd0d01c2a17916e55a80ccfc8c763cd62dadd236571
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / pdtk_cfg_mcp-0.1.0-py3-none-any.whl
| Download URL | pdtk_cfg_mcp-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7e375594ca2a3008afe8fcaf37228454411ec0f260f24d9cc962fe45528162eb
|
|
BLAKE2b-256 checksum How to use checksums |
e3ce656ea31e771b45b1e3e6268a33087233440bd5a549298a202aeac07c2e7d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|