{
  "markdown": "# Grasp Plugin\n\n> Public source warning: everything in this directory is published to the public\n> `grasp-ai/grasp-mcp-plugin` repository after merge to `main`. Do not include\n> secrets, private endpoints, customer data, internal implementation details, or\n> unreleased IP unless it is intentionally public.\n\nA Claude plugin for Grasp-powered M&A and deal work. It connects Claude to the\nhosted Grasp MCP server so agents can source companies, build and enrich tables,\nscreen and shortlist targets, find buyers, and pull contacts through natural\nlanguage — backed by Grasp's company, financial, ownership, and contact data.\n\n## Features\n\n- **Sourcing** — build company, buyer, and transaction universes from a business\n  activity, geography, and size filters, or import a CSV/Excel list. Imported\n  rows match best by URL/domain; organization number plus country and name plus\n  country/location are also supported.\n- **Screening & shortlisting** — turn long lists into qualified, ranked, top-N\n  shortlists with coverage checks and transparent escalation.\n- **Enrichment** — add financials, headcount, ownership, research, and computed\n  columns to existing tables.\n- **Company intelligence** — resolve a name, domain, or org number to the right\n  legal entity, then profile it (business, financials, ownership, employees,\n  LinkedIn, acquisition-history summary, similar companies).\n- **Buyer deal history** — pull the complete recorded deal history of a known\n  buyer, including deal values and valuation multiples with derivation types.\n- **Contacts** — find person-level outreach contacts (CEO/owner/founder, corp\n  dev, M&A) for selected companies or buyers.\n- **Table work** — filter, sort, query (SQL), describe, and export tables.\n\n## Prerequisites\n\n- Claude Code CLI, Claude Desktop, or claude.ai.\n- A Grasp account with an active subscription and MCP entitlement for your\n  organization. Tool access is scoped to that entitlement.\n- Network access to `https://app.grasp-ai.com/mcp`.\n\n## Installation\n\nAdd this repository as a plugin marketplace, then install:\n\n```text\n/plugin marketplace add grasp-ai/grasp-mcp-plugin\n/plugin install grasp@grasp-plugins\n```\n\nThe plugin ships `defaultEnabled: false`, so enable it for your project via\n`/plugin`, then run `/reload-plugins`.\n\nIt bundles a single MCP server (`grasp`) configured in `.mcp.json` to connect\nover HTTP to the hosted Grasp endpoint:\n\n```json\n{\n  \"mcpServers\": {\n    \"grasp\": {\n      \"type\": \"http\",\n      \"url\": \"https://app.grasp-ai.com/mcp\",\n      \"alwaysLoad\": true\n    }\n  }\n}\n```\n\n## Authentication\n\nYou authenticate with your Grasp account on first connect. No API key is stored\nin the plugin, and access is scoped to your organization's Grasp entitlements and\nsubscription.\n\n## Usage Examples\n\nSee [`examples/`](./examples) for full walkthroughs. A few prompts to start:\n\nThese examples are intentionally lightweight so they can double as quick\nworkflow validation prompts during plugin updates.\n\n```text\nBuild a list of Nordic pest control providers for Anticimex, 10–75 employees,\nspecializing in rodent control, then shortlist the 10 best targets.\n```\n```text\nFind likely acquirers for a UK industrial MRO distributor doing ~£40M revenue.\n```\n```text\nPull the full Grasp profile for stripe.com and build a table of 15 similar companies.\n```\n\n## Permissions & data handling\n\n- The `grasp` server exposes both **read** tools (lookup, list, query, describe,\n  export) and **write** tools (create/update/import/compose tables, add research\n  columns). Write tools modify your Grasp workspace.\n- Requests carry only what you provide: company names, domains, filters, and the\n  rows you explicitly pass to an import tool.\n- The plugin does not read Claude chat history, memory, or uploaded files except\n  rows you explicitly import. CSV/Excel files are parsed by the client/agent\n  before calling the import tool.\n- Data returned by Grasp is processed under the Grasp privacy policy:\n  https://grasp-ai.com/privacy\n\n## Notes & limitations\n\n- This configuration connects to Grasp's hosted MCP server; there is no local\n  server to install or run.\n- Table creation, updates, and research run as **async jobs**; the skills poll\n  job status automatically.\n- Previews returned by read tools are samples — full-table, top-N, and coverage\n  claims are backed by row, query, describe, or export results.\n\n## Questions or issues?\n\nContact Grasp support at https://grasp-ai.com or open an issue in this\nrepository.\n",
  "bytes": 4482,
  "sha": "c95f1cda58d8376200e6992b80668c43e62957b167a88ed675feb94269911281",
  "repo_slug": "grasp-ai/grasp-mcp-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_grasp_ai_grasp_mcp_plugin_grasp_1a17191b/readme"
}