Algenta MCP Server
REMOTE · API.ALGENTA.AI · 2 COMPONENTS · SCANNED AUG 4
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →
Endpoint Security89
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token. See how to fix → View diagnostics → Fail
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability49
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 8704 tokens (~62/item across 140 items; 140 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage77
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 30% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · api.algenta.ai
claude mcp add --transport http thyn-ai-algenta https://api.algenta.ai/mcp
[mcp_servers.thyn-ai-algenta] url = "https://api.algenta.ai/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"thyn-ai-algenta": {
"type": "remote",
"url": "https://api.algenta.ai/mcp",
"enabled": true
}
}
} openclaw mcp add thyn-ai-algenta --url https://api.algenta.ai/mcp --transport streamable-http
mcp_servers:
thyn-ai-algenta:
url: "https://api.algenta.ai/mcp" {
"mcpServers": {
"thyn-ai-algenta": {
"type": "http",
"url": "https://api.algenta.ai/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
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.
- 4 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 31 Jul 26 +7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 29 Jul 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.
- 27 Jul 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 26 Jul 26 61
First indexed and scored.
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 4 Aug 2026 · Probed https://api.algenta.ai/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=algenta.ai | CN=WE1,O=Google Trust Services,C=US | 19 Jun 2026 | 17 Sept 2026 | ECDSA 256 | ECDSA-SHA256 | a5792be4fd45d65c137f8a069452abe8 |
| SANs: algenta.ai, *.algenta.ai | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
DNSSEC insecure
Validation of api.algenta.ai. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| ai. | present | 3799 | 8 | Verified |
| algenta.ai. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication Challenged, unverified
The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.
| Result | Challenged, unverified |
|---|---|
| Enforced | On tool calls |
| HTTP status | 200 |
WWW-Authenticate challenge Bearer realm="algenta", error="invalid_token"
Bearer realm="algenta", error="invalid_token" | Header | Value |
|---|---|
| strict-transport-security | max-age=15552000; includeSubDomains |
Protected resource metadata
| Retrieved | No |
|---|---|
| Problem | no_resource_metadata |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://api.algenta.ai/mcp | Verified | 200 | |
| http (plaintext) | http://api.algenta.ai/mcp | HTTPS enforced | 301 | https://api.algenta.ai/mcp |
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.
product_optimize ~57
Run the simple product optimization helper and return the best variable values.
| Name | Type | Req | Description |
|---|---|---|---|
| constraints | array | — | — |
| engine | string | — | — |
| iterations | integer | — | — |
| objective | string | yes | — |
| variables | array | yes | — |
No output schema declared.
No examples provided.
product_retrieve ~64
Run the simple product retrieval helper over caller-supplied documents or a collection id.
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | string | — | — |
| documents | array | — | — |
| query | string | yes | — |
| rerank | boolean | — | — |
| top_k | integer | — | — |
No output schema declared.
No examples provided.
query_agent_run_checkpoints ~83
Query persisted checkpoints across Algenta agent runs.
| Name | Type | Req | Description |
|---|---|---|---|
| checkpoint_id | string | — | — |
| limit | integer | — | — |
| page | integer | — | — |
| policy_snapshot_id | string | — | — |
| request_hash | string | — | — |
| run_id | string | — | — |
| schema_snapshot_id | string | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
query_agent_run_mission_events ~87
Query canonical mission-event records across persisted Algenta agent runs.
| Name | Type | Req | Description |
|---|---|---|---|
| event_type | string | — | — |
| limit | integer | — | — |
| page | integer | — | — |
| policy_snapshot_id | string | — | — |
| request_hash | string | — | — |
| run_id | string | — | — |
| schema_snapshot_id | string | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
query_agent_run_telemetry ~94
Query runtime telemetry batches across persisted Algenta agent runs.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| module_name | string | — | — |
| page | integer | — | — |
| policy_snapshot_id | string | — | — |
| request_hash | string | — | — |
| run_id | string | — | — |
| schema_snapshot_id | string | — | — |
| status | string | — | — |
| telemetry_kind | string | — | — |
No output schema declared.
No examples provided.
query_batch ~89
Execute several governed exact queries in one API call. Use this for multi-metric prompts after choosing a dataset with list_data and get_data_summary. Each item reuses the same structured query contract as query_data; defaults may provide shared dataset_id, filter, limit, and order.
| Name | Type | Req | Description |
|---|---|---|---|
| defaults | object | — | Optional shared exact-query fields applied to each item before execution. |
| queries | array | yes | — |
No output schema declared.
No examples provided.
query_data ~332
Execute a structured query against connected data sources. Convert the user's question to a structured intent and call this tool — do NOT try to write SQL or parse column names yourself. The engine resolves column meaning from mathematical relationships and statistical structure only. It works on any dataset without configuration. The governed filter shape is a record-predicate contract over normalized rows, not a SQL predicate language, so it also applies to Redis and other non-SQL sources. Structural roles (use in metric.role): - derived_measure: the main financial/operational aggregate (revenue, spend, value) - base_measure: counts, quantities, discrete amounts - unit_measure: per-unit prices, rates - ratio: percentages, margins, fill rates (0-1 range) - metric: let the engine pick the best numeric column If clarification_required is true, or if confidence < 0.85, check the candidates list and ask the user to clarify. Never fabricate column names or SQL.
| Name | Type | Req | Description |
|---|---|---|---|
| aggregation | string | — | How to aggregate the metric column. |
| dataset_id | string | — | Preferred path. dataset_id returned by connect_data or list_data. |
| filter | object | — | — |
| group_by | array | — | Dimension words from the user's question (e.g. ['customer', 'region']). The engine finds the best matching column. |
| limit | integer | — | Top-N limit. Use for 'top 5 customers' type questions. |
| metric | object | — | What to measure. |
| order | string | — | — |
| sources | array | — | Data sources to query. Usually omitted when dataset_id is provided. |
No output schema declared.
No examples provided.
query_repository_graph ~91
Query one persisted repository snapshot for dependency, dependent, and change-risk graph edges.
| Name | Type | Req | Description |
|---|---|---|---|
| direction | string | — | — |
| file_path | string | — | — |
| max_depth | integer | — | — |
| max_nodes | integer | — | — |
| repository_id | string | yes | — |
| snapshot_id | string | — | — |
| symbol_name | string | — | — |
| workspace_evidence_bundle_ref | string | — | — |
No output schema declared.
No examples provided.
query_sql_report ~99
Execute a constrained read-only SQL rowset query over authorized datasets. Use this only for wide reports that do not fit the governed exact-query surface. SQL must be a single SELECT/WITH statement over the provided dataset aliases.
| Name | Type | Req | Description |
|---|---|---|---|
| max_rows | integer | — | Optional row cap, up to the API maximum. |
| sources | array | yes | Authorized datasets made available to the SQL report. |
| sql | string | yes | Single read-only SELECT or WITH statement. |
No output schema declared.
No examples provided.
recommend ~57
Compare multiple named actions/options and get a ranked recommendation. Use when you need to choose between two or more alternatives with uncertainty.
| Name | Type | Req | Description |
|---|---|---|---|
| actions | array | yes | List of options to compare (minimum 2) |
| n_simulations | integer | — | — |
No output schema declared.
No examples provided.
record_outcome ~97
Close the feedback loop: record what actually happened after a decision was made. Sets actual_outcome and computes outcome_delta = actual - expected. Over time this data measures prediction accuracy and reveals systematic biases.
| Name | Type | Req | Description |
|---|---|---|---|
| actual_outcome | number | yes | The observed real-world outcome value. |
| decision_id | string | yes | Decision ID from log_decision or list_decisions. |
| outcome_notes | string | — | Optional explanation of what happened and why. |
No output schema declared.
No examples provided.
refresh_credits ~47
Issue a compatibility credit batch for a quota-governed managed runtime.
| Name | Type | Req | Description |
|---|---|---|---|
| billing_period | string | yes | — |
| credits_used | integer | — | — |
| device_id | string | yes | — |
No output schema declared.
No examples provided.
refresh_data ~37
Refresh a saved dataset from its original database/API/object-store origin.
| Name | Type | Req | Description |
|---|---|---|---|
| dataset_id | string | yes | Dataset ID from connect_data or list_data. |
No output schema declared.
No examples provided.
register_source ~132
Advanced tool. Register a data source and get full schema profiling + join detection. Profiles every column (type, cardinality, fill rate, distribution). Detects formula relationships (A×B≈C) within the source. Detects join keys to every already-registered source automatically. After registration the source is queryable by name via query_data. Safe to call multiple times — re-registration is a no-op if data is unchanged.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Optional human description of this source. |
| source | object | yes | Data source definition. Provide exactly one of: records, csv, json_str, url. |
No output schema declared.
No examples provided.
register_trigger ~193
Register a real-time trigger that watches a data source for a threshold condition. When the condition is met, the engine auto-runs the simulation template and optionally fires a webhook. Examples: 'alert me when monthly revenue drops below $80k', 'simulate expansion if Downtown revenue exceeds $200k'.
| Name | Type | Req | Description |
|---|---|---|---|
| auto_execute | boolean | — | When true, automatically dispatch the decision plan to execution_webhook_url after the trigger fires. |
| condition | object | yes | Threshold condition to watch. |
| description | string | — | Human-readable description of what this trigger monitors. |
| execution_webhook_url | string | — | Optional HTTPS URL to POST the DecisionPlan execution payload to when auto_execute is enabled. |
| name | string | yes | Human-readable trigger name. |
| simulation_template | object | yes | SimulateRequest-compatible payload to run when trigger fires. |
| webhook_url | string | — | Optional HTTPS URL to POST results to when the trigger fires. |
No output schema declared.
No examples provided.
remove_team_member ~29
Remove one team member from the current organization by user id.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | string | yes | — |
No output schema declared.
No examples provided.
rerank ~50
Rerank caller-supplied document embeddings deterministically.
| Name | Type | Req | Description |
|---|---|---|---|
| documents | array | yes | — |
| model | string | — | — |
| query_embedding | array | yes | — |
| top_n | integer | — | — |
No output schema declared.
No examples provided.
resolve_artifact_bridge ~71
Resolve a Hugging Face artifact path through the Algenta compatibility-ring artifact bridge. Defaults to cache-only lookup and never downloads unless local_files_only=false.
| Name | Type | Req | Description |
|---|---|---|---|
| filename | string | yes | — |
| local_files_only | boolean | — | — |
| repo_id | string | yes | — |
| revision | string | — | — |
No output schema declared.
No examples provided.
responses ~42
Run the unified Algenta utility response surface over deterministic tokenization or lexical embeddings.
| Name | Type | Req | Description |
|---|---|---|---|
| dimensions | integer | — | — |
| input | — | yes | — |
| model | string | — | — |
No output schema declared.
No examples provided.
resume_agent_run ~25
Resume a paused Algenta agent run.
| Name | Type | Req | Description |
|---|---|---|---|
| run_id | string | yes | — |
No output schema declared.
No examples provided.
retrain_dataset ~48
Re-trigger semantic training for a dataset. Use after schema changes, alias updates, or to force a fresh model build.
| Name | Type | Req | Description |
|---|---|---|---|
| dataset_id | string | yes | — |
| epochs | integer | — | — |
No output schema declared.
No examples provided.
revoke_api_key ~25
Revoke one API key by id.
| Name | Type | Req | Description |
|---|---|---|---|
| key_id | string | yes | — |
No output schema declared.
No examples provided.
revoke_device ~29
Revoke one registered device by registration id for the current organization.
| Name | Type | Req | Description |
|---|---|---|---|
| registration_id | string | yes | — |
No output schema declared.
No examples provided.
route_capabilities ~92
Route an objective to the best unified capability with fallbacks and an authoritative execution_owner.
| Name | Type | Req | Description |
|---|---|---|---|
| artifact_affinities | array | — | — |
| binding_ids | array | — | — |
| execution_owners | array | — | — |
| kinds | array | — | — |
| max_fallbacks | integer | — | — |
| objective | string | yes | — |
| provider_ids | array | — | — |
| tags | array | — | — |
No output schema declared.
No examples provided.
run_repository_fix ~45
Run repository pipeline then apply the result, returning the canonical repository envelope.
| Name | Type | Req | Description |
|---|---|---|---|
| apply | object | — | — |
| pipeline | object | — | — |
| repository_id | string | yes | — |
No output schema declared.
No examples provided.
run_repository_pipeline ~115
Run the repository snapshot->triage->plan->simulate chain and return the canonical repository envelope.
| Name | Type | Req | Description |
|---|---|---|---|
| max_evidence_items | integer | — | — |
| max_snippet_lines | integer | — | — |
| model | string | — | — |
| repository_id | string | yes | — |
| runs | integer | — | — |
| seed | integer | — | — |
| signals | object | — | — |
| snapshot | object | — | — |
| snapshot_id | string | — | — |
| stop_after | string | — | — |
| token_budget | integer | — | — |
No output schema declared.
No examples provided.
score ~57
Score a single simulation request with explicit weights and return the decision envelope plus score breakdown.
| Name | Type | Req | Description |
|---|---|---|---|
| request | object | yes | Simulation request forwarded to POST /v1/score. |
| scoring_weights | object | — | Optional expected_value/downside_risk weights. |
No output schema declared.
No examples provided.
simulate ~155
Run a Monte Carlo simulation and get a structured decision recommendation. Use for: quantifying risk in a decision, comparing expected outcomes, getting probability-weighted recommendations.
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | — | auto = minimal setup; expert = full distribution control |
| n_simulations | integer | — | Monte Carlo iteration count. Auto mode accepts 100–100,000; expert mode accepts 100–1,000,000. |
| objective | string | — | Auto-mode objective. For expert mode, use objective_function. |
| objective_function | string | — | Expert-mode expression, for example 'revenue - cost'. Required when mode='expert'. |
| variables | array | yes | Input variables as triangular distributions (low, most-likely, high) |
No output schema declared.
No examples provided.
simulate_repository ~69
Simulate repository patch risk and return the gated DecisionEnvelope, resolving snapshot_id from the decision plan when omitted.
| Name | Type | Req | Description |
|---|---|---|---|
| decision_plan_id | string | yes | — |
| repository_id | string | yes | — |
| runs | integer | — | — |
| seed | integer | — | — |
| snapshot_id | string | — | — |
No output schema declared.
No examples provided.
simulate_repository_patch ~54
Simulate an in-flight repository patch and return the canonical repository envelope.
| Name | Type | Req | Description |
|---|---|---|---|
| confidence | number | — | — |
| patch_diff | string | yes | — |
| repository_id | string | yes | — |
| snapshot_id | string | yes | — |
No output schema declared.
No examples provided.
submit_job ~81
Submit a long-running async simulation job. Use for n_simulations > 500,000 or when you need a callback. Returns a job_id — poll with get_job_status.
| Name | Type | Req | Description |
|---|---|---|---|
| callback_url | string | — | Webhook URL for completion notification |
| n_simulations | integer | — | — |
| objective | string | — | — |
| variables | array | yes | — |
No output schema declared.
No examples provided.
test_capability_binding ~85
Test a saved capability binding or preview-test an unsaved one.
| Name | Type | Req | Description |
|---|---|---|---|
| binding_id | string | — | — |
| config | object | — | — |
| customer_metadata | object | — | — |
| execution_owner | string | — | — |
| profile_id | string | — | — |
| provider_id | string | — | — |
| scope | string | — | — |
| scope_ref | string | — | — |
No output schema declared.
No examples provided.
test_connector ~32
Run a real connectivity test for one saved connector and persist its live/error status.
| Name | Type | Req | Description |
|---|---|---|---|
| connector_id | string | yes | — |
No output schema declared.
No examples provided.
test_webhook_delivery ~41
Send a test webhook payload to a callback URL and return the delivery result.
| Name | Type | Req | Description |
|---|---|---|---|
| callback_url | string | yes | URL that should receive the test webhook payload. |
No output schema declared.
No examples provided.
tokenize ~36
Tokenize UTF-8 text with a supported deterministic Algenta tokenizer model.
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | — |
| model | string | — | — |
No output schema declared.
No examples provided.
triage_repository ~77
Triage a repository snapshot into a bounded workspace evidence bundle with suspect files and symbols.
| Name | Type | Req | Description |
|---|---|---|---|
| max_evidence_items | integer | — | — |
| max_snippet_lines | integer | — | — |
| repository_id | string | yes | — |
| signals | object | yes | — |
| snapshot_id | string | yes | — |
| token_budget | integer | — | — |
No output schema declared.
No examples provided.
update_connector ~57
Update one saved connector name, description, visibility, or config.
| Name | Type | Req | Description |
|---|---|---|---|
| config | object | — | — |
| connector_id | string | yes | — |
| description | string | — | — |
| name | string | — | — |
| visibility | string | — | — |
No output schema declared.
No examples provided.
update_execution_policy ~56
Update one or more execution-policy thresholds for the active organization.
| Name | Type | Req | Description |
|---|---|---|---|
| allow_reexecution | boolean | — | — |
| min_confidence | number | — | — |
| require_calibration | boolean | — | — |
| risk_floor | number | — | — |
No output schema declared.
No examples provided.
update_me ~38
Update the current user name and or organization name for the active API key.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | — | — |
| org_name | string | — | — |
No output schema declared.
No examples provided.
update_team_member_role ~36
Update one current organization team member role by user id.
| Name | Type | Req | Description |
|---|---|---|---|
| role | string | yes | — |
| user_id | string | yes | — |
No output schema declared.
No examples provided.