Fingertip MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Fingertip MCP or direct API to manage product sales, book appointments, message customers, and analyze engagement—all through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Fingertip Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Fingertip now

Enter a prompt below to test the integration in our Tool Router playground. You'll be redirected to sign in and try it live.

Supported Tools

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.
Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Fingertip tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Get comprehensive site analytics for site ID 1234')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Why Use Composio?

AI Native Fingertip Integration

  • Supports both Fingertip MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Fingertip data

Managed Auth

  • Built-in API Key handling with secure credential storage
  • Central place to manage, scope, and revoke Fingertip access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Fingertip
  • Scoped, least privilege access to Fingertip resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

Do I need my own developer credentials to use Fingertip with Composio?

Yes, Fingertip requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

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.