excel-agent-skills (Likaxy/excel-agent-skills) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 25 tools. No publisher has claimed this listing.

C
Emerging
74/100

excel-agent-skills

Provide 25 Excel operations using openpyxl without Excel, supporting full server or minimal command-line runs for flexible automation.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Likaxy

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
25 tools verified — handlers match their declared behaviour
6 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes25 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

apply_formula

Apply Excel formula to cell. Excel formula will write to cell with verification.

validate_formula_syntax

Validate Excel formula syntax without applying it.

format_range

Apply formatting to a range of cells.

read_data_from_excel

Read data from Excel worksheet with cell metadata including validation rules. Args: filepath: Path to Excel file sheet_name: Name of worksheet start_cell: Starting cell (default A1) end_cell: Ending cell (optional, auto-expands if not provided) preview_only: Whether to return preview only Returns: J

write_data_to_excel

Write data to Excel worksheet. Excel formula will write to cell without any verification.

create_workbook

Create new Excel workbook.

create_worksheet

Create new worksheet in workbook.

create_chart

Create chart in worksheet.

create_pivot_table

Create pivot table in worksheet.

create_table

Creates a native Excel table from a specified range of data.

copy_worksheet

Copy worksheet within workbook.

delete_worksheet

Delete worksheet from workbook.

rename_worksheet

Rename worksheet in workbook.

get_workbook_metadata

Get metadata about workbook including sheets, ranges, etc.

merge_cells

Merge a range of cells.

unmerge_cells

Unmerge a range of cells.

get_merged_cells

Get merged cells in a worksheet.

copy_range

Copy a range of cells to another location.

delete_range

Delete a range of cells and shift remaining cells.

validate_excel_range

Validate if a range exists and is properly formatted.

get_data_validation_info

Get all data validation rules in a worksheet. This tool helps identify which cell ranges have validation rules and what types of validation are applied. Args: filepath: Path to Excel file sheet_name: Name of worksheet Returns: JSON string containing all validation rules in the worksheet

insert_rows

Insert one or more rows starting at the specified row.

insert_columns

Insert one or more columns starting at the specified column.

delete_sheet_rows

Delete one or more rows starting at the specified row.

delete_sheet_columns

Delete one or more columns starting at the specified column.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configFASTMCP_HOST
configFASTMCP_PORT
configEXCEL_FILES_PATH
// quality suggestions

All four hints declared on every tool

25/25 tools missing one or more hints — apply_formula (missing: readOnlyHint, idempotentHint, openWorldHint); validate_formula_syntax (missing: destructiveHint, idempotentHint, openWorldHint); format_range (missing: readOnlyHint, idempotentHint, openWorldHint), +22 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/likaxy/excel-agent-skills)](https://m8ven.ai/mcp/likaxy/excel-agent-skills)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 62497ba62c98d55e9c11886ac403e00b30edfa52
code hash: af6097b6ac2832a6bb2108eba2382bbb1aca032f78ed822126bf075de504918f
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client