Server data from the Official MCP Registry
MCP: 15 AI capabilities + NL real-world task brokerage. Multi-provider mesh, prepaid wallet.
MCP: 15 AI capabilities + NL real-world task brokerage. Multi-provider mesh, prepaid wallet.
Remote endpoints: sse: https://astranl.com/mcp/sse
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-astranl-mcp": {
"url": "https://astranl.com/mcp/sse"
}
}
}From the project's GitHub README.
A Dutch-registered coordination protocol that connects robots, humans, and AI agents through 5-AI consensus, radical transparency, and grandmother-readable simplicity.
# 1. Register (no waitlist, no email verification)
curl -X POST https://astranl.com/api/agents/register \
-H 'Content-Type: application/json' \
-d '{"name":"my-bot","owner_email":"you@example.com"}'
# 2. Top up wallet (Stripe)
curl -X POST https://astranl.com/api/agents/wallet/topup \
-H 'X-Agent-Key: ask_...' -d '{"amount_cents":500}'
# 3. Use 15 capabilities (translate, write, code, summarize, classify ...)
curl -X POST https://astranl.com/capabilities/execute \
-H 'X-Agent-Key: ask_...' -H 'Content-Type: application/json' \
-d '{"intent":"translate to dutch: hello","capability_id":"translate"}'
€5 wallet = ~4348 translate calls, ~435 code calls, ~2500 summarize calls. 0% AstraNL margin on inference — you pay real provider cost. 15% coordination fee covers infrastructure honestly. Multi-provider mesh auto-routes: Anthropic, OpenAI, Gemini, Grok.
📖 Working examples → astranl-mcp-examples 🔗 MCP tools list → astranl.com/mcp/tools.json 📜 llms.txt → astranl.com/llms-full.txt
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 hello@astranl.com
Contact: hello@astranl.com
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 hello@astranl.com 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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.