Antigravity Mcp Csv Add Deduplicate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Antigravity Mcp Csv Add Deduplicate (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A high-performance, token-efficient Model Context Protocol (MCP) server designed for managing LinkedIn prospecting data in local CSV files. Built with Python and pandas.
Managing large CSV files directly within an LLM (like Claude or ChatGPT) is inefficient and error-prone:
This MCP server reduces token usage by 60x+ by offloading CSV logic to your local machine.
v2 Score -> match_score) to match the Golden Schema.linkedin_url.["USA", "Canada"]).Every CSV processed by the server is automatically standardized to:
full_namelinkedin_url (Deduplication Primary Key)headlinecompanycompany_sizelocationmatch_scorematch_reasoncurrent_role_mentionfound_dateicp_sourceuv (recommended for dependency management) git clone https://github.com/denis911/antigravity-mcp-csv-add-deduplicate.git
cd antigravity-mcp-csv-add-deduplicate uv syncAdd the following to your Claude Desktop configuration file:
%APPDATA%\Claude\claude_desktop_config.json[!IMPORTANT] On Windows, we recommend using thepython -msyntax below to bypass system security policies (like App Control Policy 4551) that might block the defaultuvexecutable shims.
{
"mcpServers": {
"linkedin-prospecting-csv": {
"command": "uv",
"args": [
"--directory",
"C:\\path\\to\\your\\repo\\antigravity-mcp-csv-add-deduplicate",
"run",
"python",
"-m",
"linkedin_prospecting_csv.server"
]
}
}
}We use pytest with real-world data from the TESTS directory:
uv run pytest TESTS/test_csv_ops.py| Tool | Purpose |
|---|---|
create_new_csv | Initialize a fresh CSV with Golden Schema headers |
append_profiles_to_csv | Add new profiles + Auto-Repair + Deduplicate |
filter_profiles | Query profiles by criteria (multi-value support) |
get_csv_stats | Summary statistics & breakdowns (Auto-Repair on load) |
export_segment | Save filtered results to new Golden Schema CSV |
search_profiles | Full-text search across standardized columns |
deduplicate_csv | Manual maintenance using standardized URL column |
This server runs locally on your PC. Your CSV data never leaves your environment; only the specific results of your queries (filtered rows or stats) are sent to the LLM.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.