All articles
Core features

Tracklified connector for Muse

Technical preview of Tracklified's read-only receipt connector for Meta Muse.

The Tracklified connector for Meta Muse is being prepared for review. It is not yet available in the Muse directory. This page documents the proposed connection for integration testing; it does not indicate Meta approval.

What it does

Find a saved receipt. See what you bought. Get the original proof.

  • Find my receipt for the headphones I bought last month.
  • What did I buy on my latest grocery receipt?
  • How much did I spend on batteries in August?
  • Summarize my saved grocery receipts for the last 30 days.

The connection is read-only. It cannot upload, edit, delete, export, or purchase anything. It covers receipts saved in Tracklified, not every purchase you have made or every transaction in your bank account.

Access and privacy

You need an existing Tracklified account. Reading saved receipts through this connection does not require a paid Tracklified plan. Muse availability and access requirements are determined by Meta.

When you authorize this connection, Meta/Muse can request your receipt records, line items, receipt images, labels, and spending summaries. Results are limited to the connected account. Muse does not receive your Tracklified password. Receipt content may include personal information present on the original receipt. Only connect an account whose receipt data you intend to share with Meta/Muse. Meta's terms and privacy policy govern its handling of the data it receives.

To revoke access, contact support@tracklified.com and request revocation of the Muse authorization. Removing a connection does not necessarily remove information already returned to the host.

Technical connection

The Muse endpoint is separate from the existing ChatGPT connector:

https://app.tracklified.com/api/muse/mcp

Transport: MCP Streamable HTTP. Authentication: Clerk OAuth with PKCE S256. API keys and ordinary Tracklified browser sessions are not accepted as MCP tokens.

Protected-resource discovery:

https://app.tracklified.com/.well-known/oauth-protected-resource/api/muse/mcp

Authorization-server discovery:

https://clerk.tracklified.com/.well-known/oauth-authorization-server

Advertised resource scopes: openid profile email offline_access. Use the authorization, token, registration, and revocation endpoints returned by discovery.

Tools

Tool Purpose
find_receipts Search by merchant, item, label, amount, category, or date.
get_receipt Retrieve a receipt's line items, amounts, labels, and image.
find_line_items Search purchases and obtain totals grouped by currency.
get_spending_summary Summarize saved receipts over 7, 30, 90 days, or one year.

Use MCP tools/list for the exact input and output schemas. Read structuredContent for results; text content provides a concise summary. Receipt detail may include one image content block. This endpoint does not register interactive widgets or return signed image URLs.

Searches return at most 50 records per page, with a maximum page number of 1,000. Line-item totals cover the full filtered result set and are separated by currency. The limit is 60 tool calls per user per minute per server instance, shared with the ChatGPT connector. Reads are scoped to the authenticated account and do not change receipt data. Unknown dependency failures return a generic error rather than internal details.

Still have questions? Email support.