loading…
Search for a command to run...
loading…
Dutch registered MCP server for AstraNL coordination protocol connecting humans AI agents and robots. Provides tools for robot index (46 robots across 11 catego
Dutch registered MCP server for AstraNL coordination protocol connecting humans AI agents and robots. Provides tools for robot index (46 robots across 11 categories), KvK compliance checks for Dutch companies, ACP v1.0 protocol primitives (DESCRIBE, MATCH, SHIELD, EXECUTE, SETTLE, LEARN), and multi AI consensus reviews. Production endpoint with 61 monitored organs and GDPR compliance.
A Dutch-registered coordination protocol that connects robots, humans, and AI agents through 5-AI consensus, radical transparency, and grandmother-readable simplicity.
MCP Compatible ACP v1.0 License Status Netherlands
AstraNL is not a marketplace. Not a chatbot. Not an app.
AstraNL is a coordination protocol — like TCP/IP coordinates computers, like SWIFT coordinates banks — AstraNL coordinates the three new economic subjects: humans, AI agents, and robots.
Our mission: release human energy from routine through AI consensus, transparent operations, and simplicity so clear that a grandmother can use it.
Dutch-registered. KvK 88449335. BTW NL004604224B69. Operating under Dutch/EU law.
Three products live in production:
46 robots across 11 categories. Humanoids (Atlas, Figure 03, Digit, NEO, Unitree G1), industrial arms (FANUC, KUKA, ABB, Yaskawa, Universal Robots), cobots, AMRs for warehouses, quadrupeds, drones. Each robot has real specs, prices, manufacturer links.
Dutch robotics highlighted separately: Vanderlande, Fizyr (Delft Robotics), Rolan, Gibas.
→ astranl.com/robots · free, no login required
Automated Dutch company verification and iXBRL 2026 compliance reports. Required for Dutch SMEs starting January 2026.
Reference implementation of the Agent Coordination Protocol. Six primitives: DESCRIBE, MATCH, SHIELD, EXECUTE, SETTLE, LEARN. CC-BY-4.0 license.
This repository contains the MCP (Model Context Protocol) server configuration for AstraNL. AI agents can connect to AstraNL through:
https://astranl.com/mcp/sse
Protocol version: 2025-06-18. Transport: SSE.
| Tool | Description |
|---|---|
robot_search |
Search 46+ robots by category, manufacturer, payload, price |
robot_details |
Get full specifications for a specific robot |
kvk_lookup |
Look up Dutch company by KvK number (free tier available) |
acp_coordinate |
Execute ACP v1.0 coordination primitive |
Add to claude_desktop_config.json:
{
"mcpServers": {
"astranl": {
"url": "https://astranl.com/mcp/sse",
"transport": "sse"
}
}
}
import requests
# Browse robot catalog
response = requests.get("https://astranl.com/robots/api/list")
robots = response.json()
print(f"Total robots: {robots['count']}")
# Filter by category
humanoids = requests.get(
"https://astranl.com/robots/api/list?category=humanoid_industrial"
).json()
See examples/langchain_tool.py
See examples/crewai_tool.py
Five operating principles (from our Identity Directive v3.0):
We work today on what others will think about in 2-3 years.
ACP v1.0 protocol spec is CC-BY-4.0 licensed. Fork, extend, implement your own coordination node.
This MCP server code is MIT licensed. Examples in examples/ are meant to be copied.
Open issues in this repo or email [email protected]
Contact: [email protected]
AstraNL is now a federation-ready node. Other coordination platforms can peer with us:
did:astranl:astranl.com/federation/handshake, /federation/match, /federation/settle, /federation/peers, /federation/statsHow it works (the email model for physical work):
POST /federation/match.We are actively inviting partner operators:
Email [email protected] with your DID and public key to begin handshake.
astranl.com/community/ — 21 topic categories, live:
Every question is a potential paid task — "Post as task" button on every thread converts discussion to work.
Legal: KvK 88449335 · BTW NL004604224B69 · Amsterdam
AstraNL — We don't build a site. We build the coordination layer that releases human energy from routine. Through radical simplicity. Through 5-AI consensus. Through transparency that makes trust automatic.
Last updated: 2026-04-21
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"astranl-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also