-
Notifications
You must be signed in to change notification settings - Fork 483
Expand file tree
/
Copy path.printing-press.json
More file actions
74 lines (74 loc) · 2.28 KB
/
Copy path.printing-press.json
File metadata and controls
74 lines (74 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"api_name": "blacklane",
"api_version": "0.1.0",
"auth_type": "none",
"category": "commerce",
"cli_name": "blacklane-pp-cli",
"creator": {
"handle": "omarshahine",
"name": "Omar Shahine"
},
"description": "Upfront chauffeur quotes from the terminal — transfer and hourly, with a local price history no other tool has.",
"display_name": "Blacklane",
"generated_at": "2026-06-01T05:55:14.210853Z",
"mcp_binary": "blacklane-pp-mcp",
"mcp_public_tool_count": 2,
"mcp_ready": "full",
"mcp_tool_count": 2,
"novel_features": [
{
"name": "Fare watch",
"command": "watch",
"description": "Track a saved route's price over time and flag drops."
},
{
"name": "Cheapest-window compare",
"command": "compare",
"description": "Quote one route across many departure times to find the cheapest."
},
{
"name": "Multi-leg trip total",
"command": "trip",
"description": "Quote a sequence of legs and total the fares."
},
{
"name": "Class fit advisor",
"command": "fit",
"description": "Recommend the cheapest vehicle class that fits the party."
},
{
"name": "Quote ledger + search",
"command": "log",
"description": "Every quote saved to SQLite, full-text searchable and SQL-queryable."
},
{
"name": "Account bookings",
"command": "bookings",
"description": "List your upcoming and past Blacklane rides (requires auth login)."
},
{
"name": "Account profile",
"command": "me",
"description": "Show your Blacklane profile (requires auth login)."
},
{
"name": "Wallet",
"command": "wallet",
"description": "Show wallet credits and vouchers (requires auth login)."
},
{
"name": "Booking handoff",
"command": "book",
"description": "Quote and assemble a booking, then open browser checkout for payment under --confirm. Never charges."
}
],
"owner": "omarshahine",
"printer": "omarshahine",
"printer_name": "Omar Shahine",
"printing_press_version": "4.19.1",
"run_id": "20260601-000336",
"schema_version": 1,
"spec_checksum": "sha256:91215334041f2adf80b7b193ef012f2d228707d92225c125f46e5cc4a667f7cb",
"spec_format": "internal",
"spec_path": "blacklane-spec.yaml"
}