-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathai-catalog.json
More file actions
109 lines (109 loc) · 4.62 KB
/
Copy pathai-catalog.json
File metadata and controls
109 lines (109 loc) · 4.62 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"specVersion": "1.0",
"host": {
"displayName": "Lago Developer Documentation",
"identifier": "did:web:doc.getlago.com",
"documentationUrl": "https://doc.getlago.com/developers",
"logoUrl": "https://doc.getlago.com/logo/light.svg",
"trustManifest": {
"identity": "https://doc.getlago.com",
"identityType": "https"
}
},
"entries": [
{
"identifier": "urn:air:doc.getlago.com:mcp:documentation",
"displayName": "Lago Docs MCP",
"type": "application/mcp-server-card+json",
"url": "https://doc.getlago.com/.well-known/mcp/server-card.json",
"description": "Read-only search and retrieval tools for Lago guides, API references, examples, and operational documentation.",
"tags": ["billing", "documentation", "mcp", "usage-metering"],
"capabilities": ["search_lago", "query_docs_filesystem_lago", "submit_feedback"],
"representativeQueries": [
"How do I send usage events to Lago?",
"Which Lago API endpoint creates a customer?",
"How should I process Lago webhooks safely?"
],
"version": "1.0.0",
"trustManifest": {
"identity": "https://doc.getlago.com/mcp",
"identityType": "https"
}
},
{
"identifier": "urn:air:doc.getlago.com:mcp:billing-operations",
"displayName": "Lago Product MCP",
"type": "text/html",
"url": "https://github.com/getlago/lago-agent-toolkit",
"description": "Open-source Dockerized MCP server for authenticated access to Lago billing data and operations.",
"tags": ["billing", "docker", "mcp", "operations"],
"capabilities": ["billingData", "billingOperations", "customers", "events", "invoices", "payments"],
"representativeQueries": [
"Show pending Lago invoices",
"Find failed invoice payments",
"Retrieve Lago customers and usage events"
],
"version": "1.0.0",
"trustManifest": {
"identity": "https://github.com/getlago/lago-agent-toolkit",
"identityType": "https"
}
},
{
"identifier": "urn:air:doc.getlago.com:api:openapi",
"displayName": "Lago REST API OpenAPI Contract",
"type": "application/json",
"url": "https://doc.getlago.com/openapi.json",
"description": "OpenAPI 3.1 discovery profile for authentication, usage events, customers, subscriptions, plans, invoices, and typed errors.",
"tags": ["api", "billing", "openapi", "rest"],
"capabilities": ["listUsageEvents", "ingestUsageEvent", "createBatchEvents", "createCustomer", "getCustomer", "createSubscription", "listPlans", "listInvoices"],
"representativeQueries": [
"Generate a Lago API client from OpenAPI",
"What authentication scheme does the Lago API use?",
"What error object does Lago return?"
],
"version": "1.0.0",
"trustManifest": {
"identity": "https://doc.getlago.com/openapi.json",
"identityType": "https"
}
},
{
"identifier": "urn:air:doc.getlago.com:skill:billing-integration",
"displayName": "Lago Billing Integration Skill",
"type": "text/markdown",
"url": "https://doc.getlago.com/lago-skill.md",
"description": "Instructions for agents building usage metering, pricing, subscriptions, invoicing, payments, and billing operations with Lago.",
"tags": ["agent-skill", "billing", "invoicing", "pricing"],
"capabilities": ["billingArchitecture", "eventIngestion", "pricingConfiguration", "invoiceOperations"],
"representativeQueries": [
"Design a usage-based billing workflow with Lago",
"Configure a Lago plan for hybrid pricing",
"Integrate Lago invoice and payment webhooks"
],
"version": "1.0.0",
"trustManifest": {
"identity": "https://doc.getlago.com/lago-skill.md",
"identityType": "https"
}
},
{
"identifier": "urn:air:doc.getlago.com:plugin:lago-billing",
"displayName": "Lago Billing Agent Plugin",
"type": "application/json",
"url": "https://doc.getlago.com/plugin.json",
"description": "Portable Agent Plugin manifest for Lago billing guidance and the read-only Lago Docs MCP server.",
"tags": ["agent-plugin", "billing", "documentation", "mcp"],
"capabilities": ["billingGuidance", "documentationSearch", "documentationRetrieval"],
"representativeQueries": [
"Install Lago billing guidance in an agent client",
"Connect an agent to the Lago Docs MCP server"
],
"version": "1.0.0",
"trustManifest": {
"identity": "https://doc.getlago.com/plugin.json",
"identityType": "https"
}
}
]
}