Grasp MCP documentation

Last updated: June 7, 2026

The Grasp MCP server lets AI agents create and query company-research tables, look up company profiles, find contacts, and export results — directly inside your AI client. It implements the Model Context Protocol (MCP), an open standard for connecting AI agents to external data and tools securely.

MCP overview

MCP is built around three components:

Unlike a traditional REST API, MCP is optimized for AI-model-to-data communication: tools are described in natural language, results are returned in agent-friendly shapes, and long-running work is exposed through async jobs the agent can poll.

Grasp MCP server features

The server exposes tools across the following areas.

Building tables

Create and modify Grasp research tables of companies, buyers, or transactions.

Inspecting and querying tables

Read table structure and data without ever pulling the full table into the context window.

Company and contact lookup

Contact data returned by grasp_search_contacts (and grasp_unlock_contact_emails) is sourced from Apollo.io (ZenLeads, Inc.) and processed on a legitimate-interests basis. Individuals can opt out or request removal — see our Privacy Policy: grasp-ai.com/privacy-policy.

Exporting

Async jobs

Table-building and research tools run asynchronously and return a job_id.

Documentation

Example use cases

Rate limits

Limits are applied per tool category (default values, configurable):

Tool categoryToolsLimitTable operationsgrasp_create_table, grasp_import_table, grasp_compose_table, grasp_update_table, grasp_add_research_column60 / hourExportgrasp_export_table120 / hourLookupgrasp_get_company, grasp_search_contacts600 / hourReadgrasp_list_tables, grasp_get_table, grasp_get_table_rows, grasp_query_table, grasp_describe_table3,600 / hourStatusgrasp_check_job_status, grasp_cancel_job3,600 / hour

Transport protocol and endpoint

All requests go to:

https://app.grasp-ai.com/mcp

The server uses JSON-RPC 2.0 over Streamable HTTP (MCP SDK). DNS-rebinding protection is enabled when a public host is configured.

Security

Authentication

The server supports OAuth 2.0 as the primary authentication method (via WorkOS AuthKit).

Scopes

ScopeGrantstables:readRead table metadata and rowstables:writeCreate and modify tablestables:exportExport tablesresearch:runRun research columns

Available clients

The server works with Claude on Claude Desktop, Claude.ai, and Claude Code. The Grasp plugin, installable from Claude's plugin directory, bundles the recommended skills and connects to this MCP server.

Related content

Reach out to support@grasp-ai.com in case you have questions.