Productivity
astranl.com
Manages physical job coordination in the Netherlands, including purchase lists, order exceptions, and robot search.
ENDPOINT 1
https://astranl.com/mcp/streamable
MCP server metadata
- Name
- astranl-mcp
- Version
- 1.27.0
Known tools 43
technics_coordinationCoordinate the PURCHASE of a vehicle or machine in the Netherlands: cars, vans, trucks, trailers, excavators, loaders, lifts, generators, tools, agricultural machines.
Potential side effectsaction_statusIdempotency gate: ask whether a specific action was already completed, is running now, failed before, or was abandoned half-done.
Inferred read-onlyget_execution_packetFetch 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-onlycompose_parts_basketCompose 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 effectsreport_shortageSHORTAGE 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-onlyplace_basket_orderPlace a real order for a composed parts list with DELIVERY to a street address at a preferred moment (AstraNL Article 87).
Inferred read-onlyreport_order_exceptionReport a return (retour), delivery shortage (tekort) or damage (schade) on a coordinated order.
Inferred read-onlycreate_taskCreate a real-world physical-services task on AstraNL — a coordination protocol for the Netherlands (KvK 88449335).
Potential side effectscheck_taskLook up the current status of a previously created AstraNL task by its numeric task_id.
Inferred read-onlyedit_taskAmend a task you own (title, description, location, budget_eur) using the client_key that create_task returned.
Inferred read-onlycancel_taskWithdraw a task you own, before work starts, using the client_key from create_task.
Inferred read-onlysubscribe_task_webhookSubscribe a public http(s) URL to status changes of a task you own (key from create_task).
Inferred read-onlyaweri_cert_verifyVerify an AWERI certificate of a counterparty (agent, platform or business) in one call, no key.
Inferred read-onlyaweri_invite_kitGet a ready-to-send AWERI invitation for an ACTIVE certificate holder.
Potential side effectscoordination_open_workEverything 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-onlycoordination_open_caseOpen a coordination case: state a need in plain language and AstraNL finds the other side.
Inferred read-onlycoordination_case_statusFull 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 effectscoordination_offer_capacityPush free capacity or surplus stock from your own system (ERP, WMS, fleet, rental) and it becomes coordinated.
Inferred read-onlycoordination_payment_optionsHow to pay for a coordination, in machine-readable form.
Potential side effectscoordination_settle_onchainReport an on-chain payment you already made to the executor.
Potential side effectscoordination_prove_payout_addressProve you control an on-chain payout address, with no private key ever leaving your side and no manual step on ours.
Inferred read-onlycoordination_vote_payment_railTell AstraNL which financial channel you actually need.
Inferred read-onlycreate_agent_mandateCreate a Principal Mandate Certificate (machine-readable volmacht) authorising an AI agent to coordinate physical work within caps.
Potential side effectsmachinery_2027_checkStatutory readiness check for EU Machinery Regulation 2023/1230 (applies 20-01-2027, no grace period).
Inferred read-onlyrobot_price_benchmarkReal transacted EUR values for robot/drone/inspection work from 611 public TED award notices (NL).
Inferred read-onlysearch_robotsSearch the AstraNL Robot Index for robots capable of performing a given task type.
Inferred read-onlyestimate_costEstimate 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-onlysearchSearch AstraNL coordination data (robots registry, service categories, and merchant parts by keyword).
Inferred read-onlyfetchFetch the full record for a single result id returned by search (robot passport, category detail, or merchant SKU).
Inferred read-onlycar_searchSearch real used-car and van listings in the Netherlands by free-text query (make/model/budget/km/year).
Inferred read-onlykenteken_checkReality-check a Dutch license plate (kenteken) against RDW open data: age, APK status, import history, recall flags.
Inferred read-onlyownership_reportCost-of-ownership report for a Dutch vehicle: MRB road tax, residual BPM, depreciation curve, projected yearly cost.
Inferred read-onlyselect_toolsMulti-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 effectsvehicle_moment_checkMOMENT PROTOCOL: one-shot stateless vehicle check sealed at the instant of the call.
Inferred read-onlyissue_attestationIssue a hash-chained AstraNL attestation (certificate) for a real-world claim, grounded ONLY in official data.
Inferred read-onlyverify_attestationVerify an AstraNL attestation by attest_id: recomputes the payload hash and validates the chain link.
Inferred read-onlyattest_commitmentAttest an AI-mediated agreement: who committed to what, under which conditions.
Inferred read-onlyCONNECT 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.
astranl.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.