Finerworks MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Finerworks MCP or direct API to place print orders, update artwork inventory, track order status, and send customer notifications through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Finerworks Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Finerworks 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
Add ImagesTool to add images to a finerworks library.
Add or Update Gallery CollectionTool to add or update personal gallery collections in GeoGalleries.
Delete ImagesTool to delete a list of image files from FinerWorks based on their unique GUIDs.
Delete Pending OrdersTool to remove orders from temporary storage that were saved as pending.
Delete Virtual InventoryTool to delete virtual inventory products by SKU.
Disconnect Virtual InventoryTool to disconnect ALL virtual inventory items from a 3rd party platform.
Fetch Order StatusTool to retrieve order production status and tracking details from FinerWorks.
Get Company InfoTool to get essential information about FinerWorks including site identifier, company address, and operating hours.
Get Frame DetailsTool to retrieve detailed specifications for a specific frame by ID.
Get PricesTool to retrieve pricing information for FinerWorks products.
Get Shipping Options IDsTool to list all available shipping option IDs from FinerWorks.
Get UserRetrieves the authenticated user's FinerWorks account profile including billing/business addresses, account credits, shipping preferences, connected platforms, and gallery settings.
List File SelectionTool to retrieve the list of currently selected files by their master guid.
List Frame CollectionsRetrieve available frame collections and categories from FinerWorks.
List GalleriesTool to list galleries setup in GeoGalleries.
List Gallery ThemesTool to retrieve available themes for GeoGalleries.
List GlazingRetrieve available glazing and glass options from FinerWorks.
List ImagesTool to retrieve a paginated list of image files uploaded to your FinerWorks account.
List MatsRetrieve available matting options from FinerWorks for framing products.
List Media TypesRetrieve available print media types from FinerWorks.
List Order Status DefinitionsTool to list all available production status definitions an order can have once it has completed.
List Product TypesRetrieve FinerWorks product types (print categories like Canvas Prints, Metal Prints, Posters, etc.
List Shipping Options MultipleRetrieve shipping options and rates for multiple orders in a batch request.
List Style TypesRetrieves available print style types from FinerWorks.
List Virtual InventoryTool to retrieve a user's virtual inventory products from their FinerWorks account.
Save Pending OrdersTool to save orders to temporary pending storage.
Submit OrdersTool to submit up to five new orders.
Update App DetailsTool to update the details assigned to the app_key being used.
Update File SelectionTool to update a user's currently selected image files using the selection key.
Update ImagesTool to update image metadata in FinerWorks based on unique GUIDs.
Update UserTool to update various features of a user's account profile.
Update Virtual InventoryTool to update virtual inventory items within a user's account.
Validate Recipient AddressTool to validate and test a recipient address before submitting an order to ensure delivery accuracy.
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 Finerworks tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('List available media types for prints')
        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 Finerworks Integration

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

Managed Auth

  • Built-in OAuth handling with automatic token refresh and rotation
  • Central place to manage, scope, and revoke Finerworks 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 Finerworks
  • Scoped, least privilege access to Finerworks resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

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

Yes, Finerworks 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.