{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json","name":"com.clearstaq/clearstaq","description":"Parse bank statements, tax returns, and application forms into structured JSON with AI fraud detection, income verification, and financial analysis. Built for MCA brokers, alternative lenders, and CPAs.","status":"active","version_detail":{"version":"1.1.0"},"remotes":[{"transport_type":"streamable-http","url":"https://clearstaq.com/mcp"}],"tools":[{"name":"get_api_reference","description":"Returns ClearStaq's LLM-friendly API reference and product documentation as markdown. No authentication required. Call this first to learn endpoints, auth, scopes, and pricing."},{"name":"submit_analysis","description":"Downloads a PDF from a public HTTPS URL and submits it to ClearStaq for parsing + fraud analysis. Returns an analysis id immediately; poll get_analysis for the result. Requires the analyses:write scope. Billed per document."},{"name":"get_analysis","description":"Fetches an analysis by id. Returns the full parsed result (transactions, balances, revenue, fraud score) once completed, or a status snapshot while processing. Requires the analyses:read scope."},{"name":"create_client_profile","description":"Downloads 1-25 bank statement PDFs from public HTTPS URLs and creates a ClearStaq client with an aggregated revenue / MCA / fraud profile across all statements. Requires the analyses:write scope. Billed per document."},{"name":"get_client_profile","description":"Fetches a client profile by id: aggregated financial rollup plus per-document parse status. Poll until counts.completed + counts.failed equals counts.total and profile is non-null. Requires the analyses:read scope."}],"authentication":{"type":"api_key","header":"Authorization","format":"Bearer cg_live_...","registration_url":"https://app.clearstaq.com/app/settings/integrations","description":"The get_api_reference tool works without credentials. Analysis tools require an API key with the analyses:write / analyses:read scopes."},"documentation":"https://clearstaq.com/documentation/api","openapi":"https://clearstaq.com/openapi.json"}