# Skatteguru for AI Agents Skatteguru helps users with Swedish capital income tax workflows, especially K4 reporting from broker exports. ## Canonical Endpoints - MCP endpoint: https://skatteguru.se/api/v2/mcp - OAuth dynamic client registration endpoint: https://skatteguru.se/api/oauth/register ## What Agents Can Do - Connect as a remote MCP client and authenticate with delegated OAuth. - Fetch tax-year summaries from existing user data. - Search uploaded documents by filename and metadata filters. - Fetch document context including extracted text and parsed data when available. ## Supported Workflows 1. Connect to MCP endpoint. 2. Follow OAuth flow and obtain delegated access token. 3. Call tools/list to inspect available tools. 4. Call tax and document tools for user-scoped workflows. ## Accuracy and Data Notes - Calculations depend on user-uploaded source documents and parsed data quality. - Currency conversions and tax outputs may depend on date-specific exchange-rate inputs and broker document completeness. - Agents should surface warnings/errors from tool responses directly to the user. ## Current Limitations - This service is focused on Swedish tax workflows; agents should avoid treating it as a general global tax engine. ## Trust and Security - OAuth access is user-scoped; agents can only access the authenticated user's data. - Prefer MCP/API interfaces over UI scraping for reliability. ## Human-Readable Agent Setup - Agent setup guide: https://skatteguru.se/help-center/ai-agents/claude-code - Pricing: https://skatteguru.se/pricing - Documentation index: https://skatteguru.se/docs