← Registry

Productivity

astranl.com

Manages physical job coordination in the Netherlands, including purchase lists, order exceptions, and robot search.

1 endpoint43 known toolsFirst detected July 25, 2026Last detected August 7, 2026

ENDPOINT 1

https://astranl.com/mcp/streamable

No auth detected

MCP server metadata

Name
astranl-mcp
Version
1.27.0
Capabilities
experimentaltools

Known tools 43

technics_coordination

Coordinate the PURCHASE of a vehicle or machine in the Netherlands: cars, vans, trucks, trailers, excavators, loaders, lifts, generators, tools, agricultural machines.

Potential side effects
shared_context

READ THIS FIRST.

Inferred read-only
mandate

Article 93 completion contract.

Inferred read-only
action_status

Idempotency gate: ask whether a specific action was already completed, is running now, failed before, or was abandoned half-done.

Inferred read-only
get_execution_packet

Fetch the canonical Execution Packet for an AstraNL task id: desired outcome, category/location/budget, price band, execution paths, evidence expectations, economics, and an HONEST list of unknowns and open questions (nothing is invented; synthetic tasks are flagged).

Inferred read-only
compose_parts_basket

Compose a COMPLETE, brand- and size-compatible purchase list (inkooplijst) for a physical job in the Netherlands - every fitting, adapter, end cap and small part professionals usually forget.

Potential side effects
report_shortage

SHORTAGE CHANNEL from the werkvloer: a worker on a Dutch construction/installation site reports that material is running out (text, voice transcript, or optionally a photo as base64).

Inferred read-only
place_basket_order

Place a real order for a composed parts list with DELIVERY to a street address at a preferred moment (AstraNL Article 87).

Inferred read-only
check_basket_order

Check status of a basket order placed via place_basket_order.

Inferred read-only
report_order_exception

Report a return (retour), delivery shortage (tekort) or damage (schade) on a coordinated order.

Inferred read-only
create_task

Create a real-world physical-services task on AstraNL — a coordination protocol for the Netherlands (KvK 88449335).

Potential side effects
check_task

Look up the current status of a previously created AstraNL task by its numeric task_id.

Inferred read-only
edit_task

Amend a task you own (title, description, location, budget_eur) using the client_key that create_task returned.

Inferred read-only
cancel_task

Withdraw a task you own, before work starts, using the client_key from create_task.

Inferred read-only
subscribe_task_webhook

Subscribe a public http(s) URL to status changes of a task you own (key from create_task).

Inferred read-only
aweri_cert_verify

Verify an AWERI certificate of a counterparty (agent, platform or business) in one call, no key.

Inferred read-only
aweri_invite_kit

Get a ready-to-send AWERI invitation for an ACTIVE certificate holder.

Potential side effects
compose_purchase_basket

AstraNL procurement agent.

Inferred read-only
coordination_open_work

Everything AstraNL currently has open, in one call: public requests with a NAMED buyer and a real deadline, and measured euro gaps that nobody has asked for yet.

Inferred read-only
coordination_open_case

Open a coordination case: state a need in plain language and AstraNL finds the other side.

Inferred read-only
coordination_case_status

Full state of one coordination case including the evidence line behind every transition, the candidates found, the proof criterion and the payment reference if it settled.

Potential side effects
coordination_offer_capacity

Push free capacity or surplus stock from your own system (ERP, WMS, fleet, rental) and it becomes coordinated.

Inferred read-only
coordination_payment_options

How to pay for a coordination, in machine-readable form.

Potential side effects
coordination_settle_onchain

Report an on-chain payment you already made to the executor.

Potential side effects
coordination_prove_payout_address

Prove you control an on-chain payout address, with no private key ever leaving your side and no manual step on ours.

Inferred read-only
coordination_vote_payment_rail

Tell AstraNL which financial channel you actually need.

Inferred read-only
supply_gaps

What AstraNL has been asked for and could NOT supply.

Inferred read-only
create_agent_mandate

Create a Principal Mandate Certificate (machine-readable volmacht) authorising an AI agent to coordinate physical work within caps.

Potential side effects
machinery_2027_check

Statutory readiness check for EU Machinery Regulation 2023/1230 (applies 20-01-2027, no grace period).

Inferred read-only
robot_price_benchmark

Real transacted EUR values for robot/drone/inspection work from 611 public TED award notices (NL).

Inferred read-only
search_robots

Search the AstraNL Robot Index for robots capable of performing a given task type.

Inferred read-only
estimate_cost

Estimate the cost of a task in EUR based on AstraNL's historical pricing data, with a side-by-side comparison of human-provider vs robot-automation cost.

Inferred read-only
search

Search AstraNL coordination data (robots registry, service categories, and merchant parts by keyword).

Inferred read-only
fetch

Fetch the full record for a single result id returned by search (robot passport, category detail, or merchant SKU).

Inferred read-only
car_search

Search real used-car and van listings in the Netherlands by free-text query (make/model/budget/km/year).

Inferred read-only
kenteken_check

Reality-check a Dutch license plate (kenteken) against RDW open data: age, APK status, import history, recall flags.

Inferred read-only
ownership_report

Cost-of-ownership report for a Dutch vehicle: MRB road tax, residual BPM, depreciation curve, projected yearly cost.

Inferred read-only
select_tools

Multi-criteria tool-purchase grid across brands from live merchant feeds (831k SKUs): per brand the cheapest (real prices), most powerful (W/Nm/V extracted from titles), most technological (open keyword heuristic).

Potential side effects
vehicle_moment_check

MOMENT PROTOCOL: one-shot stateless vehicle check sealed at the instant of the call.

Inferred read-only
analyze_listing

Read a public Dutch car-listing URL (e.

Inferred read-only
issue_attestation

Issue a hash-chained AstraNL attestation (certificate) for a real-world claim, grounded ONLY in official data.

Inferred read-only
verify_attestation

Verify an AstraNL attestation by attest_id: recomputes the payload hash and validates the chain link.

Inferred read-only
attest_commitment

Attest an AI-mediated agreement: who committed to what, under which conditions.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.astranl-mcp]
url = "https://astranl.com/mcp/streamable"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "astranl-mcp": {
      "type": "http",
      "url": "https://astranl.com/mcp/streamable"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: astranl-mcp
Remote MCP URL: https://astranl.com/mcp/streamable

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "astranl-mcp": {
      "url": "https://astranl.com/mcp/streamable"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "astranl-mcp": {
      "type": "http",
      "url": "https://astranl.com/mcp/streamable"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "astranl-mcp",
  "transport": "streamable-http",
  "url": "https://astranl.com/mcp/streamable"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for astranl.com was fetched 2026-07-31T05:48:13.859Z and is being refreshed.

Trust status Neutral

astranl.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.