streamable-httpMITupdated 13d ago
XFA is a BYOD device-trust platform. This is XFA's remote Model Context Protocol server โ query your organization's device posture, compliance, policies, and software/CVE status from Claude, ChatGPT, Cursor, and other AI assistants. Read-only.
What can you do with xfa?
XFA MCP
XFA is a BYOD device-trust platform. This is XFA's remote Model Context Protocol server โ query your organization's device posture, compliance, policies, and software/CVE status from Claude, ChatGPT, Cursor, and other AI assistants. Read-only.
This repository is the connector package for AI marketplaces. The MCP server itself is hosted by XFA at https://mcp.xfa.tech/mcp; nothing runs locally. Authentication is OAuth 2.0 (PKCE) โ you sign in with your XFA account on connect.
Where it's published
| Surface | Status | Where to submit / find |
|---|---|---|
| Official MCP Registry | โ Live | tech.xfa/xfa ยท registry.modelcontextprotocol.io |
| Glama | โณ Propagating from registry | glama.ai/mcp/servers |
| Smithery | โณ Propagating from registry | smithery.ai |
| PulseMCP | โณ Propagating from registry | pulsemcp.com |
| mcp.so | โณ Propagating from registry | mcp.so |
| Cursor Marketplace | ๐ Submitted โ pending approval | cursor.com/marketplace/publish |
| Claude Connectors Directory | โ Live | claude.ai/directory/mcp-xfa-tech |
| ChatGPT app directory | ๐ Submitted โ pending review | Apps SDK submission |
| Gemini / Antigravity CLI | โ Installable ยท โณ gallery auto-crawl | gemini-cli-extension topic set; also via the MCP Registry |
| awesome-mcp-servers | ๐ PR open โ #12739 | Security section |
Legend: โ live ยท โณ propagating (no action) ยท ๐ pending. Update a row when its listing goes live.
Gemini note: the Gemini CLI gallery has no submission form โ it crawls public repos tagged with the
gemini-cli-extensionGitHub topic daily (already set). Gemini CLI merged into Antigravity CLI (June 2026); Antigravity discovers MCP servers via the MCP Registry, where this server is already live, so no separate Antigravity submission is needed.
Install
Cursor
One-click:
cursor://anysphere.cursor-deeplink/mcp/install?name=xfa&config=eyJ1cmwiOiJodHRwczovL21jcC54ZmEudGVjaC9tY3AifQ==
Or add to ~/.cursor/mcp.json:
{
"mcpServers": {
"xfa": { "url": "https://mcp.xfa.tech/mcp" }
}
}
Claude
Settings โ Connectors โ Add custom connector โ URL https://mcp.xfa.tech/mcp.
ChatGPT
Settings โ Connectors โ Add โ MCP server URL https://mcp.xfa.tech/mcp.
Gemini CLI
Install the extension:
gemini extensions install https://github.com/gl-ventures/xfa-mcp
The bundled gemini-extension.json points at the remote server; Gemini discovers OAuth from the server metadata and prompts you to sign in on first use.
VS Code / Windsurf / Zed / other MCP clients
Point the client at the remote URL https://mcp.xfa.tech/mcp (streamable HTTP / SSE, OAuth 2.0).
Tools
All tools are read-only. The live server is the source of truth โ clients fetch the current tool list from the endpoint on every connection, so this list may lag the deployed server. See the Connect an AI assistant docs for the maintained reference.
Your organization (scoped to the signed-in user's org)
| Tool | Description |
|---|---|
get_organization |
Get your XFA organization |
get_current_user |
Get the signed-in user |
list_devices |
List devices (active in the last 30 days) |
get_device |
Get a single device |
get_compliance_summary |
Org-wide compliance summary |
get_posture_trends |
Posture trends over time |
list_policies |
List policies |
Software & vulnerabilities (XFA's tracked-software catalog)
| Tool | Description |
|---|---|
get_latest_version |
Latest known version of a piece of software |
list_versioned_software_catalog |
List the software XFA tracks |
get_software_version_info |
Status of a specific software version |
get_cves_for_version |
CVEs affecting a software version |
Authentication
OAuth 2.0 with PKCE (S256), scope mcp:read. On connect you are redirected to XFA to authorize; no API keys or tokens are stored in this package. The client auto-discovers the OAuth endpoints from the server's already-published metadata:
https://mcp.xfa.tech/.well-known/oauth-protected-resourcehttps://mcp.xfa.tech/.well-known/oauth-authorization-server
Support
- Docs: https://docs.xfa.tech/admin/connect-ai-assistant
- Issues: https://github.com/gl-ventures/xfa-mcp/issues
- Email: support@xfa.tech
Maintainers
The MCP Registry workflow validates server.json
on every change and publishes to the official MCP Registry
on pushes to main (or via Run workflow). It authenticates by DNS against the
v=MCPv1 TXT record on the xfa.tech apex.
To release a new version: bump version in server.json, merge to main.
Required repo secret: MCP_REGISTRY_KEY_PEM โ the Ed25519 private key PEM
(pairs with the DNS TXT record). Keep the matching key backed up in a password manager.
License
MIT โ see LICENSE.
Install
Add xfa to your client. Pick the one you use.
claude mcp add --transport http xfa https://mcp.xfa.tech/mcpcodex mcp add xfa --url https://mcp.xfa.tech/mcp{
"mcpServers": {
"xfa": {
"url": "https://mcp.xfa.tech/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"xfa": {
"type": "http",
"url": "https://mcp.xfa.tech/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"xfa": {
"url": "https://mcp.xfa.tech/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"xfa": {
"serverUrl": "https://mcp.xfa.tech/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
11 tools
xfa exposes 11 tools to a connected agent.
- get_organization
- Get your XFA organization
- get_current_user
- Get the signed-in user
- list_devices
- List devices (active in the last 30 days)
- get_device
- Get a single device
- get_compliance_summary
- Org-wide compliance summary
- get_posture_trends
- Posture trends over time
- list_policies
- List policies
- get_latest_version
- Latest known version of a piece of software
- list_versioned_software_catalog
- List the software XFA tracks
- get_software_version_info
- Status of a specific software version
- get_cves_for_version
- CVEs affecting a software version
Score
86 / 100
Excellent
- Documentation25/25
- Maintenance25/25
- Trust16/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 11 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.2Latest | Aug 23, 2026 |
| 0.1.1 | Aug 23, 2026 |
| 0.1.0 | Aug 23, 2026 |