Parsel✓
io.github.ahutto87/parsel · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ahutto87/parsel",
"description": "Parse logistics PDFs (Bills of Lading, customs declarations, invoices) into DCSA JSON.",
"title": "Parsel",
"repository": {
"url": "https://github.com/ahutto87/parsel",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://tt6a1STd9c1tiDzXW.apify.actor/mcp",
"headers": [
{
"description": "Apify API token. Get one at https://console.apify.com/account/integrations. Format: Bearer YOUR_APIFY_TOKEN",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}