{
  "markdown": "# Extend Agent Plugin\n\n[![smithery badge](https://smithery.ai/badge/extend/extend)](https://smithery.ai/servers/extend/extend)\n\nDocument processing for agents, packaged as a plugin. [Extend](https://extend.ai)\nturns unstructured documents (PDFs, images, Office files, spreadsheets) into\nstructured data: parsing, field extraction, classification, splitting,\nPDF form filling, and multi-step document workflows.\n\nThis plugin bundles:\n\n- **The hosted Extend MCP server** (`https://mcp.extend.ai/mcp`): 80+ tools\n  covering extraction, parsing, classification, splitting, PDF editing,\n  workflows, files, webhooks, and evaluations. Sign-in is OAuth: your client\n  opens a browser window where you choose the workspace and environment the\n  connection may use. The server teaches its own cross-tool usage patterns\n  through MCP server instructions and per-response guidance, so no companion\n  skill is needed for it.\n- **`extend-api` skill**: a compact brief for agents writing integration\n  code against the [Extend API and SDKs](https://docs.extend.ai): endpoints,\n  schema rules, sync-vs-async patterns, webhooks, and error handling.\n- **`extend-cli` skill**: how to drive the [`extend` CLI](https://docs.extend.ai/cli)\n  for shell, script, and CI work against local files.\n\nThe skills also install standalone, without the plugin:\n\n```bash\nnpx skills add extend-hq/extend-agent-plugin\n```\n\n## Install\n\n- **Cursor**: install \"Extend\" from the [Cursor Marketplace](https://cursor.com/marketplace),\n  or load this repository from `~/.cursor/plugins/local/` for development.\n- **Claude Code**: `claude plugin install extend` once listed in the plugin\n  directory, or add this repository as a [plugin marketplace](https://code.claude.com/docs/en/plugin-marketplaces).\n- **Any MCP client**: you don't need the plugin to use Extend; connect\n  directly to `https://mcp.extend.ai/mcp` (Streamable HTTP + OAuth). See the\n  [connection guide](https://docs.extend.ai/mcp) for per-client instructions.\n\n## Repository layout\n\nTwo manifest formats coexist so one repository serves both ecosystems:\n\n| Path | Purpose |\n| --- | --- |\n| `plugin.json`, `mcp.json` | [Agent Plugins](https://agent-plugins.org) standard (Cursor and other conformant clients) |\n| `.claude-plugin/plugin.json`, `.mcp.json` | [Claude plugin](https://code.claude.com/docs/en/plugins-reference) manifest |\n| `skills/` | [Agent Skills](https://agentskills.io) shared by both formats |\n\n## Privacy and terms\n\nThe MCP server calls the Extend API on your behalf under the workspace and\nenvironment you approve at sign-in. See Extend's\n[privacy policy](https://www.extend.ai/privacy),\n[terms](https://www.extend.ai/terms-conditions), and\n[security overview](https://docs.extend.ai/security_and_privacy). Support:\nsupport@extend.ai.\n\n## License\n\nMIT; see [LICENSE](LICENSE). The license covers this plugin packaging;\nthe Extend platform and hosted MCP server are Extend's commercial services.\n",
  "bytes": 2943,
  "sha": "bc92e99d095a3b22006637399afdfcf71263b3888b8e2afcb51a74d71e560a3c",
  "repo_slug": "extend-hq/extend-agent-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_extend_hq_extend_agent_plugin_c8c4ea07/readme"
}