How to connect Fingertip to Claude Cowork

Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Fingertip logo
Claude Cowork logo
divider

Introduction

Cowork is Anthropic's AI agent for knowledge work. Think of it as Claude Code for everything else. It works autonomously with your computer, local files, and applications to accomplish complex tasks.

This guide walks you through the easiest and most secure way to connect your Fingertip account to Cowork via Composio Connect, enabling it to show analytics for your main Fingertip site, list all upcoming event types for your business, get summaries of recent blog posts, and more such actions on your behalf without compromising your account security.

Also integrate Fingertip with

Connecting Fingertip to Claude Cowork

1. Open Customize

In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.

Claude Desktop connectors screen with Add custom connector selected

2. Add the Composio MCP server

Click Add custom connector and paste in the Composio MCP server URL:

bash
https://connect.composio.dev/mcp
Add custom connector dialog with Composio MCP server URL

3. Authorize in your browser

Click Connect. You'll be redirected to a browser window where you can authorize Composio to continue.

Composio authorization screen for Claude Cowork

4. Connect your Fingertip account

Back in Cowork, ask the agent to connect to Fingertip or give it any Fingertip-related task.

For example, ask Cowork to:

  • "Show analytics for your main Fingertip site"
  • "List all upcoming event types for your business"
  • "Get summaries of recent blog posts"

It will prompt you to authenticate and authorize access.

That's it. Composio's tools are now available in Cowork, and your Fingertip account is ready to use.

What is Claude Cowork?

Claude Cowork is Anthropic's agent for general knowledge work. It can use your computer, files, and connected applications to complete longer-running tasks across your work tools.

With Composio Connect, Cowork can securely access apps like Fingertip through MCP without you sharing account credentials directly with the agent.

What is the Fingertip MCP server, and what's possible with it?

The Fingertip MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Fingertip account. It provides structured and secure access to your business management dashboard, so your agent can perform actions like creating and deleting sites, retrieving site analytics, managing memberships, and listing blog posts or event types on your behalf.

  • Instant site creation and removal: Let your agent create new Fingertip sites or delete existing ones as your business evolves.
  • Comprehensive site analytics retrieval: Ask your agent to fetch detailed analytics and performance metrics for specific sites, including store activity over selected time periods.
  • Membership and invitation management: Have your agent add, remove, or look up site memberships and cancel outstanding workspace invitations easily.
  • Blog and content organization: Direct your agent to list published blog posts, retrieve post summaries, and sort or paginate results for content management.
  • Event and form template listing: Enable your agent to fetch available event types and form templates to streamline client bookings or data collection.

Supported Tools & Triggers

Tools
Create Store InvoiceTool to create a store invoice in Fingertip.
Create Invoice ItemCreates a new invoice item for a Fingertip site.
Create PageTool to create a new page within a Fingertip site.
Create Page BlockCreates a new block within the specified page.
Create Fingertip SiteCreates a new Fingertip site with the specified configuration.
Create Site ContactTool to create a new contact associated with a site including marketing preferences.
Create Site InvitationTool to create a new invitation for a user to join a site.
Create Webhook SubscriptionTool to create a webhook subscription for receiving real-time event notifications from Fingertip.
Delete BlockTool to permanently delete a block by its ID.
Delete Draft InvoiceTool to delete a draft store invoice.
Delete Invoice ItemTool to delete a Fingertip invoice item.
Delete Fingertip PageTool to permanently delete a page and all associated data.
Delete Fingertip SiteTool to delete a Fingertip site.
Delete Site InvitationTool to delete a site invitation by its ID.
Delete Site MembershipTool to delete a specific site membership.
Delete WebhookTool to remove an existing webhook subscription.
Delete Workspace InvitationTool to delete a workspace invitation by its ID.
Get BlockTool to retrieve a specific block by its ID.
Get Comprehensive Site AnalyticsTool to retrieve comprehensive analytics for a specific site.
Get Invoice ItemTool to retrieve details of a specific invoice item by its ID.
Get PageTool to retrieve a specific Fingertip page by its ID.
Get Page ThemeRetrieve the theme configuration for a specific page.
Get Fingertip SiteTool to retrieve a specific Fingertip site by its UUID.
Get WebhookTool to retrieve a specific webhook by ID with its related triggers.
Health CheckTool to verify API connectivity.
List Fingertip Blog PostsTool to list published blog posts for a specific site.
List BookingsTool to retrieve a paginated list of bookings for a site with optional status filtering.
List Event TypesTool to list event types for a specific site.
List Form ResponsesTool to retrieve form responses for a specific form template and site.
List Form TemplatesTool to retrieve a paginated list of form templates.
List Invoice ItemsTool to list invoice items for a specific Fingertip site.
List Fingertip InvoicesTool to retrieve a paginated list of invoices for sites the user has access to.
List Fingertip MessagesTool to retrieve a paginated list of messages for a site.
List OrdersTool to retrieve orders with basic information for a specific site.
List Page BlocksTool to retrieve all blocks associated with a specific page.
List PagesList all pages for a specific Fingertip site.
List Page ThemesTool to retrieve a paginated list of page themes.
List QuotesList all quotes for a specific Fingertip site.
List Sample BookingsTool to retrieve sample bookings for testing and development purposes.
List Sample Form ResponsesTool to retrieve sample form responses for a specific form template.
List Sample OrdersTool to retrieve sample orders for testing purposes.
List Sample Site ContactsTool to retrieve sample site contacts with basic information.
List Site ContactsTool to retrieve site contacts with basic contact information and engagement metrics.
List Site InvitationsTool to retrieve a paginated list of invitations for a specific site.
List Site MembershipsTool to retrieve a paginated list of site memberships.
List SitesTool to retrieve a paginated list of sites accessible by the API key.
List WebhooksTool to retrieve a paginated list of webhooks with optional filtering and sorting.
List WorkspacesTool to retrieve a paginated list of workspaces accessible to the API key.
Mark Invoice as PaidTool to mark a store invoice as paid in Fingertip.
Patch Page ThemeApply JSON Patch operations to page theme content following RFC 6902.
Search Help ArticlesTool to search help documentation articles by query string.
Send Store InvoiceTool to send a store invoice to a customer.
Send Fingertip QuoteTool to send a store quote by its UUID.
Update BlockUpdates an existing block with the provided data.
Update Invoice ItemTool to update an invoice item in Fingertip.
Update PageTool to update an existing Fingertip page with new data.
Update Page ThemeTool to update the theme configuration for a specific page.
Update Fingertip QuoteTool to update an existing Fingertip store quote.
Update Fingertip SiteUpdates an existing Fingertip site with provided partial data.
Update WebhookTool to update an existing Fingertip webhook subscription.

How to build Fingertip MCP Agent with another framework

FAQ

What are the differences in Tool Router MCP and Fingertip MCP?

With a standalone Fingertip MCP server, the agents and LLMs can only access a fixed set of Fingertip tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Fingertip and many other apps based on the task at hand, all through a single MCP endpoint.

Can I use Tool Router MCP with Claude Cowork?

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Fingertip tools.

Can I manage the permissions and scopes for Fingertip while using Tool Router?

Yes, absolutely. You can configure which Fingertip scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Fingertip data and credentials are handled as safely as possible.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.