Loading...
Loading...
Need your stencil physically made? Cuttalo.com offers professional laser cutting in 20+ materials. ![]()
Connect AI agents (Claude, Cursor, ChatGPT, custom) to your stencils, credits, invoices and support via Model Context Protocol.
https://stencilvector.com/mcp/
Transport: Streamable HTTP Β· Auth: Bearer token
Add it to Claude Code with one terminal command. Read-only, no signup required:
claude mcp add --transport http stencilvector https://stencilvector.com/mcp/
To use your own stencils, credits and tickets, add your token (generate one in Settings β MCP):
claude mcp add --transport http stencilvector https://stencilvector.com/mcp/ --header "Authorization: Bearer YOUR_TOKEN_HERE"
Add to .mcp.json in the project root, or to ~/.config/claude/mcp.json:
{
"mcpServers": {
"stencilvector": {
"type": "http",
"url": "https://stencilvector.com/mcp/",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}Add to ~/.cursor/mcp.json:
{
"mcp.servers": {
"stencilvector": {
"url": "https://stencilvector.com/mcp/",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}list_pagesList of public CMS pages
get_pageMarkdown content of a page (slug)
list_articlesLatest blog articles
get_articleFull blog article
list_faqsPublic FAQs
get_pricingCredit packages + current prices
get_methodsAvailable BW conversion methods
get_materialsMaterials (flexible/rigid) + properties
list_samplesPublic sample images gallery
request_magic_linkSend a login magic link to an email
request_api_keySend the user a link to generate their API key (new account = welcome credits)
list_galleryBrowse the public stencil gallery
get_gallery_stencilDetails of a public gallery stencil
submit_contactSend an anonymous contact message
search_contentSearch pages, blog and FAQ
start_stencil_from_urlCreate a stencil from an HTTPS image URL, returns a magic link
start_stencil_from_base64Create a stencil from a base64 image
get_stencil_statusProcessing status of a stencil
get_stencil_previewsB&W method previews for a stencil
get_tattoo_statusTattoo extraction status; when ready returns the AR try-on link
get_tattoo_ar_linkAR try-on link to preview a tattoo design on skin
meUser profile of the current token
my_creditsBalance + recent transactions
my_stencilsMy stencils
my_invoicesMy FIC invoices
my_ticketsMy support tickets
get_ticketTicket details + message thread
send_messageSend a message or create a new ticket
download_stencilDownload SVG/PNG of a ready stencil (1 credit β one payment unlocks that stencil forever)
buy_creditsStripe checkout for a credit package
extract_tattoo_stencilExtract a tattoo design from a photo with AI (1 credit)
read β access to public tools (always included)me β profile, credits, stencils, invoicestickets β read/send support messages/llms.txt β AI-friendly roadmap for crawlers/agents/.well-known/mcp β MCP JSON metadata