-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
30 lines (30 loc) · 922 Bytes
/
Copy pathserver.json
File metadata and controls
30 lines (30 loc) · 922 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
28
29
30
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.FormatixAI/mcp-server",
"description": "Branded talent docs: assessment reports, profiles, shortlists & proposals in DOCX/PPTX/PDF/Excel",
"status": "active",
"repository": {
"url": "https://github.com/FormatixAI/mcp-server",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@formatix-ai/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "FORMATIX_API_KEY",
"description": "Your Formatix API key (fxi_...). Get a free one with the claim_access tool using a company email.",
"isRequired": false,
"isSecret": true
}
]
}
]
}