-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
27 lines (27 loc) · 815 Bytes
/
Copy pathserver.json
File metadata and controls
27 lines (27 loc) · 815 Bytes
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
{
"name": "com.clauxel.hyperframesrender/hyperframesrender-mcp",
"title": "HyperFrames Render MCP",
"description": "Paid remote MCP for HyperFrames, structured receipts, usage logs, and audit-ready JSON evidence.",
"version": "1.0.0",
"websiteUrl": "https://hyperframesrender.clauxel.com/",
"documentationUrl": "https://github.com/clauxel/hyperframes-render-mcp-mcp",
"serverCardUrl": "https://hyperframesrender.clauxel.com/server-card.json",
"remotes": [
{
"type": "streamable-http",
"url": "https://hyperframesrender.clauxel.com/mcp",
"headers": [
{
"name": "Authorization",
"description": "Bearer token from the product website."
}
]
}
],
"tags": [
"hyperframes",
"remote-mcp",
"paid-mcp",
"ai-agents"
]
}