Terradev
PYPI · TERRADEV-CLI · 2 COMPONENTS · SCANNED SEP 20
Cross-cloud GPU orchestration CLI.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 2 of 63 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 10 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 27375 tokens (~109/item across 250 items; 245 tools + 5 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
- Stability check failed: the tool surface changed between 6.1.0 and 6.2.20: 35 tool removals, 0 breaking changes, 17 additions. See how to fix → Fail
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 21 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "inferx_deploy" implies "deploy" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 246 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Terradev MCP server?
Terradev runs locally as a PyPI package, launched with uvx terradev-cli. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · terradev-cli
claude mcp add theoddden-terradev -- uvx terradev-cli
{
"mcpServers": {
"theoddden-terradev": {
"command": "uvx",
"args": [
"terradev-cli"
]
}
}
} {
"servers": {
"theoddden-terradev": {
"command": "uvx",
"args": [
"terradev-cli"
]
}
}
} codex mcp add theoddden-terradev -- uvx terradev-cli
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"theoddden-terradev": {
"type": "local",
"command": [
"uvx",
"terradev-cli"
],
"enabled": true
}
}
} openclaw mcp add theoddden-terradev --command uvx --arg terradev-cli
mcp_servers:
theoddden-terradev:
command: "uvx"
args: ["terradev-cli"] {
"McpServers": {
"theoddden-terradev": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"terradev-cli"
]
}
}
} assistant mcp add theoddden-terradev -t stdio -c uvx -a terradev-cli
{
"mcpServers": {
"theoddden-terradev": {
"command": "uvx",
"args": [
"terradev-cli"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +14
- Malware scan: unverified → pass ▲ security
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87.
- 18 Sept 26 −1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 83.
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87.
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 70 to 73.
- 12 Sept 26 −5
- Source repository: pass → fail ▼ security
- Security disclosure: fail → unverified ▼ functional
- 10 Sept 26 −3
- Package version: 6.2.19 → 6.2.20 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/terradev-cli@6.2.20
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | setuptools.build_meta |
Background: Why install scripts are a supply-chain risk →
Dependencies 63 packages
| Packages resolved | 63 |
|---|---|
| Stale | 2 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
cost_simulate ~115
Simulate cost optimization scenarios with ROI projections. Compare current vs optimized infrastructure costs.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| scenario | object | yes | Scenario config (gpu_type, provider, count, spot, hours) |
No output schema declared.
No examples provided.
create_postgresql_connection ~137
Create a PostgreSQL database connection with auto-table creation. Returns a connection ID for subsequent operations.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| database | string | yes | Database name |
| host | string | yes | PostgreSQL host address |
| password | string | yes | Database password |
| user | string | yes | Database user |
No output schema declared.
No examples provided.
create_sqlite_connection ~98
Create a SQLite database connection with auto-table creation. Returns a connection ID for subsequent operations.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
database_weaviate_create_collection ~98
Create a Weaviate collection.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| name | string | yes | Collection name |
No output schema declared.
No examples provided.
database_weaviate_delete_collection ~98
Delete a Weaviate collection.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| name | string | yes | Collection name |
No output schema declared.
No examples provided.
database_weaviate_hybrid_search ~113
Hybrid vector + BM25 search in a Weaviate collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collection | string | yes | collection |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| query | string | yes | Text query |
No output schema declared.
No examples provided.
database_weaviate_insert ~118
Insert objects into a Weaviate collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collection | string | yes | collection |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| objects | string | yes | JSON list of objects [{properties: {...}, vector: [...]}] |
No output schema declared.
No examples provided.
database_weaviate_list_collections ~89
List Weaviate collections.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
database_weaviate_query ~110
Vector similarity search in a Weaviate collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collection | string | yes | collection |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| vector | string | yes | JSON array of floats |
No output schema declared.
No examples provided.
database_weaviate_up ~88
Initialize a Weaviate connection.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
deepeval_evaluate ~141
Evaluate a single LLM output with a DeepEval metric (AnswerRelevancy, Faithfulness, Hallucination, etc.).
| Name | Type | Req | Description |
|---|---|---|---|
| actual_output | string | yes | Actual LLM output |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| input | string | yes | Test input/prompt |
| metric | string | yes | DeepEval metric name |
No output schema declared.
No examples provided.
deepeval_init ~88
Generate a starter DeepEval test file.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
deepeval_metrics ~90
List available DeepEval metrics for LLM evaluation.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
deepeval_run ~92
Run a DeepEval test suite from a Python test file.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
dvc_diff ~115
Show DVC diff between two revisions (e.g. training checkpoints). Shows added, modified, deleted files.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| repo_path | string | yes | Path to the DVC repository |
No output schema declared.
No examples provided.
dvc_push ~105
Push DVC-tracked data to the configured remote storage.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| repo_path | string | yes | Path to the DVC repository |
No output schema declared.
No examples provided.
dvc_stage_checkpoint ~137
Atomic checkpoint staging: DVC add + push + git commit in one operation. Promotes a training checkpoint to versioned storage.
| Name | Type | Req | Description |
|---|---|---|---|
| checkpoint_path | string | yes | Path to the checkpoint file/directory to stage |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| repo_path | string | yes | Path to the DVC repository |
No output schema declared.
No examples provided.
dvc_status ~111
Get DVC repository status: tracked files, remotes, and changes since last commit.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| repo_path | string | yes | Path to the DVC repository |
No output schema declared.
No examples provided.
egress_cheapest_route ~177
Find the cheapest egress route between cloud providers/regions for model weights or dataset transfer. Supports multi-hop routing.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| dest_provider | string | yes | Destination cloud provider |
| dest_region | string | yes | Destination region |
| size_gb | number | yes | Transfer size in GB |
| source_provider | string | yes | Source cloud provider (e.g. aws, gcp, azure) |
| source_region | string | yes | Source region (e.g. us-east-1) |
No output schema declared.
No examples provided.
egress_optimize_staging ~163
Optimize dataset or model staging across regions by finding the cheapest transfer plan. Integrates with the dataset stager for parallel uploads.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| size_gb | number | yes | Approximate data size in GB |
| source_uri | string | yes | Source data URI (s3://, gs://, local path, or HF dataset ID) |
| target_regions | array | yes | Target regions as provider:region strings |
No output schema declared.
No examples provided.
get_database_connection ~104
Get information about a database connection including type, status, and configuration.
| Name | Type | Req | Description |
|---|---|---|---|
| connection_id | string | yes | Database connection ID |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
governance_compliance_report ~154
Generate comprehensive compliance report: consent stats, policy evaluations, data movements, violations. For GDPR/SOC2/HIPAA audits.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| end_date | string | yes | End date (ISO format, e.g. 2025-12-31) |
| start_date | string | yes | Start date (ISO format, e.g. 2025-01-01) |
No output schema declared.
No examples provided.
governance_evaluate_opa ~137
Evaluate OPA (Open Policy Agent) policies for data access. Checks region restrictions, classification rules, and compliance requirements.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action to evaluate |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| dataset_name | string | yes | Dataset name |
| user_id | string | yes | User ID to evaluate |
No output schema declared.
No examples provided.
governance_move_data ~158
Move data with full governance audit trail. Requires prior consent and OPA policy approval. Tracks integrity, encryption, and compliance.
| Name | Type | Req | Description |
|---|---|---|---|
| consent_request_id | string | yes | Approved consent request ID |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| dataset_name | string | yes | Dataset to move |
| source_location | string | yes | Source location |
| target_location | string | yes | Target location |
| user_id | string | yes | User ID |
No output schema declared.
No examples provided.
governance_movement_history ~96
Get data movement audit log. Filter by user, dataset, or time range.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
governance_record_consent ~128
Record a consent response (granted or denied) for a pending consent request.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| granted | boolean | yes | Whether consent was granted |
| request_id | string | yes | Consent request ID |
| user_id | string | yes | User ID |
No output schema declared.
No examples provided.
governance_request_consent ~145
Request user consent for data movement across cloud regions. GDPR/SOC2 compliant consent tracking with audit trail.
| Name | Type | Req | Description |
|---|---|---|---|
| consent_type | string | yes | Consent type |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| dataset_name | string | yes | Dataset being moved |
| purpose | string | yes | Purpose of data movement |
| user_id | string | yes | User ID requesting consent |
No output schema declared.
No examples provided.
gpu_topology ~185
GPU NUMA topology report with intra-GPU XCD (Accelerated Compute Die) awareness. Models MI300X (8 XCDs, 192GB HBM3), MI300A (6 XCDs, 128GB), H200 (unified 141GB HBM3e), H100 (80GB). Reports PCIe locality (PIX/PXB/PHB/SYS), GPU-NIC pairing, SR-IOV VF status, and generates XCD-aware NCCL/AITER environment variables.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
guardrails_chat ~121
Send a message through NeMo Guardrails and return the safety-filtered response. Applies topical, jailbreak, PII, and factcheck rails.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| message | string | yes | Message to send through guardrails |
No output schema declared.
No examples provided.
guardrails_generate_config ~104
Generate default Colang 2.x guardrails configuration files (topical, jailbreak, PII, factcheck rails).
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
guardrails_k8s ~99
Generate Kubernetes deployment manifest for NeMo Guardrails server (standalone or sidecar mode).
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
guardrails_test ~88
Test connection to NeMo Guardrails server.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
helm_generate ~104
Generate Helm charts from workload specifications.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| image | string | yes | Container image |
| workload | string | yes | Workload type |
No output schema declared.
No examples provided.
hf_create_endpoint ~161
Create a HuggingFace Inference Endpoint (paid GPU endpoint). Supports custom GPU types, regions, and scaling.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | HuggingFace API token |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| endpoint_name | string | yes | Endpoint name |
| instance_type | string | yes | Instance type (e.g. nvidia-a100, nvidia-l4) |
| model_id | string | yes | HuggingFace model ID |
No output schema declared.
No examples provided.
hf_delete_endpoint ~113
Delete a HuggingFace Inference Endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | HuggingFace API token |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| endpoint_name | string | yes | Endpoint name to delete |
No output schema declared.
No examples provided.
hf_endpoint_infer ~135
Run inference on a HuggingFace Inference Endpoint. Supports text generation, embeddings, and custom inputs.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | HuggingFace API token |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| endpoint_name | string | yes | Endpoint name |
| inputs | string | yes | Input text or prompt |
No output schema declared.
No examples provided.
hf_endpoint_info ~124
Get detailed info about a specific HuggingFace Inference Endpoint: status, URL, scaling config, cost.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | HuggingFace API token |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| endpoint_name | string | yes | Endpoint name |
No output schema declared.
No examples provided.
hf_hardware_compare ~116
Compare all hardware options for a HuggingFace model. Returns side-by-side cost, performance, and compatibility analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | HuggingFace model ID |
No output schema declared.
No examples provided.
hf_hardware_recommend ~119
Get hardware recommendation with cost breakdown for any HuggingFace model. Returns optimal GPU type, estimated cost, and performance score.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | HuggingFace model ID |
No output schema declared.
No examples provided.
hf_list_datasets ~109
Search and browse HuggingFace Hub datasets. Filter by author and search query.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | HuggingFace API token |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
hf_list_endpoints ~111
List all active HuggingFace Inference Endpoints with status, URL, and cost.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | HuggingFace API token |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
hf_list_models ~120
Search and browse HuggingFace Hub models. Filter by author, task, library. Returns model ID, downloads, likes, and tags.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | HuggingFace API token |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
hf_model_info ~146
Get detailed model info: architecture, size, downloads, license, tags, pipeline_tag, and model card.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | HuggingFace API token |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | HuggingFace model ID (e.g. meta-llama/Llama-3.3-70B-Instruct) |
No output schema declared.
No examples provided.
hf_smart_template ~149
Auto-generate an optimized deployment template for any HuggingFace model. Analyzes model size, architecture, and quantization to select optimal hardware and generate ready-to-deploy configs.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | HuggingFace model ID (e.g. meta-llama/Llama-3.3-70B-Instruct) |
No output schema declared.
No examples provided.
hf_space_deploy ~122
Deploy model to HuggingFace Spaces
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | HuggingFace model ID |
| space_name | string | yes | Name of the Space |
| template | string | yes | Template type |
No output schema declared.
No examples provided.
hf_space_status ~99
Get HuggingFace Space deployment status.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| space_name | string | yes | Space name to check |
No output schema declared.
No examples provided.
infer_failover ~111
Run health checks and auto-failover for inference endpoints. If a primary endpoint is unhealthy and has a backup configured, traffic automatically shifts to the backup provider.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
infer_route ~129
Semantic-aware inference routing. Analyzes query content across 6 signal dimensions (modality, complexity, domain, language, safety, keywords), applies NUMA-aware endpoint scoring, and selects the optimal inference endpoint. Uses DAG parallel execution for signal extraction.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
infer_route_disagg ~171
Disaggregated Prefill/Decode routing (DistServe architecture). Splits LLM inference into compute-bound prefill phase (routed to FLOPS-optimized GPUs like H100 SXM) and memory-bound decode phase (routed to bandwidth-optimized GPUs like MI300X). Tracks KV cache handoffs between endpoint pairs.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model | string | yes | Model name for disaggregated pair selection (e.g., llama-3-70b) |
No output schema declared.
No examples provided.
inferx_configure ~100
Configure InferX serverless platform credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | InferX API key |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
What is the Terradev MCP server?
Terradev is an MCP server listed in the public MCP registry as io.github.theoddden/terradev. Cross-cloud GPU orchestration CLI. This page covers its PyPI package (terradev-cli).
Is the Terradev MCP server safe to use?
Terradev scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Terradev MCP server expose?
Terradev exposes 245 tools: provision_gpu, preflight_report, preflight_gpu_check, preflight_network_check, local_scan, and 240 more. Their descriptions and schemas cost roughly 27,281 tokens of context every time the server is loaded.
Is the Terradev MCP server still maintained?
Terradev is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Terradev MCP server under?
Terradev declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.