Affinda

Affinda

Affinda provides an AI-powered document processing platform that automates data extraction from various document types.

51VIEWS
2546USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app affindanpx @composio/cli add cursor --app affindanpx @composio/cli add cursor --app affindanpx @composio/cli add cursor --app affinda

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Batch Update Annotations

Tool to update multiple annotations in one request. use when you need to modify parsed values or other fields across many annotations at once.

Create Collection

Tool to create a new collection. use after you have a valid workspace id and want to group documents by a specific extractor within that workspace.

Create Document

Tool to upload a new document for parsing. use when you have the document file or a public url and need to extract structured data immediately.

Create Organization

Tool to create a new organization. use when you have a unique organization name and want to group resources under it.

Create Resthook Subscription

Tool to create a new resthook subscription. use after confirming your webhook endpoint is ready to receive document event notifications.

Create Tag

Tool to create a new tag. use when you need to label documents in a specific workspace.

Create Validation Result

Tool to create a validation result. use when recording validation outcomes for a document after parsing.

Create Workspace

Tool to create a new workspace. use when you need to programmatically create a workspace container within an organization.

Delete Collection

Tool to delete a specific collection by its id. use when you need to remove an unused collection. use after verifying the collection id.

Delete Document

Tool to delete a specific document by its id. use when you need to remove a document that is incorrect or no longer needed, after confirming the document id.

Delete Organization

Tool to delete a specific organization by its id. use when you need to remove an organization after confirming its identifier.

Delete Resthook Subscription

Tool to delete a specific resthook subscription by id. use after confirming the subscription identifier when the webhook is no longer needed.

Delete Workspace

Tool to delete a specific workspace by its id. use when you need to remove an unused workspace after confirming the workspace id.

Delete Workspace Membership

Tool to remove a user from a workspace by membership id. use after confirming the workspace membership id to revoke access.

Get Tags

Tool to list all tags. use after confirming authentication to fetch tags across workspaces.

Get All Validation Results

Tool to list validation results for documents. use after processing documents to inspect validation outcomes.

Get Workspace Memberships

Tool to list all workspace memberships for the authenticated user. use when you need to see roles and access across all workspaces.

Get Annotations

Tool to retrieve a list of all annotations. use after parsing documents to list their annotations.

Get Collection

Tool to retrieve details of a specific collection by its id. use when you need full metadata about a collection after confirming its identifier.

Get Collections

Tool to retrieve a list of all collections. use when you need to list collections in your affinda workspace after authentication.

20 actions available