fxray
PYPI · FXRAY · SCANNED SEP 26
Power Apps via pac: solutions, canvas Power Fx source, Dataverse metadata, FetchXML, gated imports.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 30 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 2 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 2705 tokens (~117/item across 23 items; 23 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 24 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the fxray MCP server?
fxray runs locally as a PyPI package, launched with uvx fxray. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · fxray
claude mcp add s-curvelabs-fxray -- uvx fxray
{
"mcpServers": {
"s-curvelabs-fxray": {
"command": "uvx",
"args": [
"fxray"
]
}
}
} {
"servers": {
"s-curvelabs-fxray": {
"command": "uvx",
"args": [
"fxray"
]
}
}
} codex mcp add s-curvelabs-fxray -- uvx fxray
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"s-curvelabs-fxray": {
"type": "local",
"command": [
"uvx",
"fxray"
],
"enabled": true
}
}
} openclaw mcp add s-curvelabs-fxray --command uvx --arg fxray
mcp_servers:
s-curvelabs-fxray:
command: "uvx"
args: ["fxray"] {
"McpServers": {
"s-curvelabs-fxray": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"fxray"
]
}
}
} assistant mcp add s-curvelabs-fxray -t stdio -c uvx -a fxray
{
"mcpServers": {
"s-curvelabs-fxray": {
"command": "uvx",
"args": [
"fxray"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 25 Sept 26 +3
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 24 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 23 Sept 26 50
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 26 Sept 2026 · Analysed pypi/fxray@0.1.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 30 packages
| Packages resolved | 30 |
|---|---|
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
app_checker_results ~84
The App Checker results Power Apps Studio saved inside the app (AppCheckerResult.sarif): counts by level and issues grouped by rule with locations (screen.control.property). level= filters (Critical/High/Medium/Low).
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | – | – |
| level | string | – | – |
| limit | integer | – | – |
| source | string | yes | – |
No output schema declared.
No examples provided.
canvas_data_sources ~111
The app's data sources (Dataverse tables, connectors, static data) with the formulas that reference each one. Flags UNREFERENCED data sources, which Power Apps Studio silently drops on the next save/publish. On a solution source it also checks meta.xml DatabaseReferences (empty = every write breaks after import) and reports columns the solution defines but the app's cached table schema lacks (invisible to the published player).
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | – | – |
| source | string | yes | – |
No output schema declared.
No examples provided.
canvas_overview ~90
Summary of a canvas app's source: screens (in Studio order) with control counts, components, control types, data sources and app checker counts. source = .msapp, SourceCode folder (Src/*.pa.yaml), or a solution zip / unpacked folder (then app= logical or display name when it holds several apps).
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | – | – |
| source | string | yes | – |
No output schema declared.
No examples provided.
describe_table ~137
Columns of one table: logical name, type, display name, required level, max length, lookup targets, choice values; plus primary id/name columns and relationships. `table` = logical, display or entity-set name. System columns (createdby, versionnumber, ...) are hidden unless include_system_columns=true. full=true adds descriptions, formats and numeric ranges. source: solution zip/folder, or a canvas app (its cached schema).
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | – | – |
| full | boolean | – | – |
| include_system_columns | boolean | – | – |
| source | string | yes | – |
| table | string | yes | – |
No output schema declared.
No examples provided.
diff_solutions ~114
What changed between two versions of a solution (each a zip or unpacked folder, e.g. two export_solution outputs): version/publisher/root components, tables and columns (type, required level, length, choices), relationships, canvas apps (screens, controls, formula changes as small diffs, data sources), flows/env vars/ connection references, and changed files for anything else (views, forms).
| Name | Type | Req | Description |
|---|---|---|---|
| max_formula_changes | integer | – | – |
| new | string | yes | – |
| old | string | yes | – |
No output schema declared.
No examples provided.
export_solution ~121
Export a solution from an allowlisted environment (read-side: nothing changes in the environment) into a new timestamped folder under the output dir, and by default unpack it there (pac solution unpack) so its tables, relationships and canvas apps can be read offline. managed=true exports the managed package (only possible from the environment where the solution is unmanaged). Takes ~1 minute. Returns the zip and folder paths.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | – | – |
| managed | boolean | – | – |
| solution | string | yes | – |
| unpack | boolean | – | – |
No output schema declared.
No examples provided.
fetch_query ~143
Run a read-only FetchXML query against an allowlisted environment (pac env fetch) and return rows as dicts. FetchXML cannot modify data. Rows are capped at max_rows (default from config, ceiling 5000): pac itself ignores top/count/page and would page through every record, so the server stops reading at the cap. pac also ignores <order>; the server sorts client-side when the result is complete. Values are pac's formatted strings. Prefer filters and explicit <attribute> lists; the primary key column is always appended.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | – | – |
| fetchxml | string | yes | – |
| max_rows | integer | – | – |
No output schema declared.
No examples provided.
get_control ~78
One control (or screen, or 'App') with its type, variant, parent, children and property formulas (Power Fx). properties= limits to named properties (e.g. ['OnSelect', 'Items']).
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | – | – |
| control | string | yes | – |
| properties | – | – | – |
| source | string | yes | – |
No output schema declared.
No examples provided.
import_solution ~203
Import a solution zip into an ALLOWLISTED environment. dry_run=true (default) returns the plan: target org (verified with pac env who), package name/version/managed, what is installed now, whether this is a new install, an update or an upgrade, blockers and warnings (managed/unmanaged mismatch, downgrade, canvas AppVersion trap, empty DatabaseReferences), backup and the exact pac command. mode: 'update' (default; never deletes), 'upgrade' (managed only; DELETES components missing from the zip), 'holding'. Executing (dry_run=false, allow_writes=true) first exports the installed unmanaged solution as a backup and returns an undo recipe.
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | – |
| environment | string | – | – |
| force_overwrite | boolean | – | – |
| mode | string | – | – |
| publish_changes | boolean | – | – |
| settings_file | string | – | – |
| zip_path | string | yes | – |
No output schema declared.
No examples provided.
list_canvas_apps ~65
Canvas apps: live in an environment (`pac canvas list`: name, created by, modified on), or offline in a solution zip / unpacked folder (logical name, display name, AppVersion stamp).
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | – | – |
| source | string | – | – |
No output schema declared.
No examples provided.
list_controls ~90
The control tree (name, type, variant, parent, depth, number of properties), optionally for one screen and/or one control type (substring, e.g. 'Gallery', 'Button'). Use get_control for formulas.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | – | – |
| control_type | string | – | – |
| limit | integer | – | – |
| screen | string | – | – |
| source | string | yes | – |
No output schema declared.
No examples provided.
list_environments ~41
All Dataverse environments the signed-in account can see (global discovery), each marked allowed / not allowed. Only allowed ones can be used by the other tools.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_relationships ~85
Table relationships from a solution (or a canvas app's cached schema): one-to-many (referenced/one side, referencing/many side and its lookup column, cascade delete) and many-to-many (intersect table). table= limits to relationships touching that table.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | – | – |
| source | string | yes | – |
| table | string | – | – |
No output schema declared.
No examples provided.
list_solutions ~83
Solutions in an allowlisted environment: unique name, display name, version, managed flag, publisher. Managed (mostly Microsoft system) solutions are hidden unless include_managed=true. name_filter is a case-insensitive substring on unique or display name.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | – | – |
| include_managed | boolean | – | – |
| name_filter | string | – | – |
No output schema declared.
No examples provided.
list_tables ~134
Dataverse tables. With source= (solution zip/folder, or canvas .msapp/SourceCode folder for the tables the app caches): name, display name, entity set, column counts. Without source: live table NAMES from the environment (the entity catalog via FetchXML; pac has no live column metadata, so describe_table needs a source). pattern = substring on logical or display name.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | – | – |
| custom_only | boolean | – | – |
| environment | string | – | – |
| limit | integer | – | – |
| pattern | string | – | – |
| source | string | – | – |
No output schema declared.
No examples provided.
pac_status ~49
Check the setup: config (allowlisted environments, writes enabled, output folder), the pac CLI version, and pac's auth profiles. Run this first when anything fails. Does not contact an environment.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pack_solution ~116
Pack an unpacked solution folder into a solution zip (pac solution pack). Local only: nothing is sent to an environment. dry_run=true (default) returns the plan and command plus warnings (canvas data sources Studio would prune, empty DatabaseReferences). Default zip goes under <output>/packs/. Executing needs allow_writes=true.
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | – |
| folder | string | yes | – |
| overwrite | boolean | – | – |
| package_type | string | – | – |
| zip_path | string | – | – |
No output schema declared.
No examples provided.
publish_customizations ~63
Publish all customizations in an allowlisted environment (pac solution publish). dry_run=true (default) returns the verified target and command. Executing needs allow_writes=true and dry_run=false.
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | – |
| environment | string | – | – |
No output schema declared.
No examples provided.
search_formulas ~139
Search every Power Fx formula in a canvas app for a substring (or regex=true). code_only=true ignores matches inside string literals and comments. property= restricts to one property name (e.g. 'OnSelect'); control= to controls whose name contains it. Returns control, property, and the matching lines.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | – | – |
| case_sensitive | boolean | – | – |
| code_only | boolean | – | – |
| control | string | – | – |
| limit | integer | – | – |
| pattern | string | yes | – |
| property | string | – | – |
| regex | boolean | – | – |
| source | string | yes | – |
No output schema declared.
No examples provided.
solution_check ~91
Run the Power Apps solution checker on a solution zip (pac solution check): uploads the zip to Microsoft's checker service (a cloud call, nothing changes in the environment), waits, and summarizes the SARIF results by rule and severity. Takes several minutes. Output is kept under <output>/checks/.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | – | – |
| geo | string | – | – |
| zip_path | string | yes | – |
No output schema declared.
No examples provided.
solution_components ~119
What a solution contains. Offline (source= a solution zip or unpacked folder): manifest (name, version, managed, publisher/prefix), root components by name, canvas apps, flows, connection references, environment variables, missing dependencies. Live (solution= unique name): every component row from the environment with type and, for tables, canvas apps, flows, environment variables and connection references, the resolved name (others show the object id).
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | – | – |
| solution | string | – | – |
| source | string | – | – |
No output schema declared.
No examples provided.
unpack_solution ~70
Unpack a solution zip (pac solution unpack, local only) into a new folder under the output dir (or <output>/unpacked/<folder_name>). Returns the folder, which works as source= for the offline tools.
| Name | Type | Req | Description |
|---|---|---|---|
| folder_name | string | – | – |
| zip_path | string | yes | – |
No output schema declared.
No examples provided.
whoami ~62
Who pac is signed in as and which org it reaches for an allowlisted environment (`pac env who`). Fails with instructions if the sign-in expired. `environment` = URL or id from the allowlist (default: first).
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | – | – |
No output schema declared.
No examples provided.
What is the fxray MCP server?
fxray is an MCP server listed in the public MCP registry as io.github.S-CurveLabs/fxray. Power Apps via pac: solutions, canvas Power Fx source, Dataverse metadata, FetchXML, gated imports. This page covers its PyPI package (fxray).
Is the fxray MCP server safe to use?
fxray scores 68 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the fxray MCP server expose?
fxray exposes 23 tools: pac_status, whoami, list_environments, list_solutions, solution_components, and 18 more. Their descriptions and schemas cost roughly 2,288 tokens of context every time the server is loaded.
Is the fxray MCP server still maintained?
fxray is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the fxray MCP server under?
fxray declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.