Server endpoint
The server uses remote HTTP transport. Connect your MCP client to the URL for the environment you are working in.
Authentication
The MCP server uses the same OAuth 2.0 flow as the Asset API. Every request must include a valid access token in theAuthorization header.
Tokens used with MCP must be scoped to the MCP resource using the resource parameter when you request the token. This sets the JWT aud (audience) claim so the token is only valid for the MCP server.
Getting an access token
You need OAuth client credentials from the Asset Dashboard. See API Authentication for setup details. Request a token scoped to the MCP resource:https://api.sandbox.getasset.com/v0/auth/token and resource=https://api.sandbox.getasset.com/mcp.
A successful response returns:
Scoping to a business
To limit the token to a single business, passbusiness_id in the token request—the same as with REST API tokens:
Connecting from an AI client
Configure a remote MCP server in your client with the server URL and the bearer token from the previous step.Cursor
Add the server to~/.cursor/mcp.json (global) or .cursor/mcp.json (project-scoped):
Claude Desktop
Add the server to your Claude Desktop MCP config (claude_desktop_config.json):
Token values in config files are sensitive. Prefer environment variable
substitution where your client supports it, and avoid committing tokens to
version control.
What you can do
Once connected, your AI assistant can use MCP tools exposed by Asset to work with your accounting data—for example:- Pull financial reports such as profit and loss or balance sheet
- Answer questions about a business’s books in context
Questions? Reach out via our Contact
form.