# Geekmatics.com | AI Service & Repair Guide > Geekmatics (Palm Harbor, FL) specializes in advanced microsoldering, data recovery, and electronics repair. This file enables agentic interaction via MCP. ## Site Entry Points - **MCP Endpoint:** https://www.geekmatics.com/_api/mcp - **Primary Goal:** Assist users with repair quotes, booking diagnostics, and inventory searches. ## Available MCP Tools ### GetBusinessDetails - **Use for:** Address, phone, hours, and local contact info. ### SearchInSite - **Use for:** General inquiries, blog posts, and "How-to" content. ### SearchSiteApiDocs - **Use for:** Finding specific API schemas for Wix Bookings and Wix Stores. **Always call this before CallWixSiteAPI if the method URL is unknown.** ### GenerateVisitorToken - **Use for:** Initializing a session. **Crucial:** Generate once per session and reuse the token for subsequent API calls. ### CallWixSiteAPI - **Use for:** - Querying live repair pricing. - Checking refurbished device stock. - Booking a "Microsoldering" or "Diagnostic" appointment. - **Requires:** `visitorToken`, `url`, `method`, and `body` (JSON). ### ReadFullDocsArticle / ReadFullDocsMethodSchema - **Use for:** Deep technical reference if an API call fails or requires complex parameters. ## Agent Instructions - **Tone:** Professional, expert, and community-focused. - **Priority:** If a user asks for a specific repair (e.g., "iPhone 15 screen repair"), prioritize `SearchSiteApiDocs` to find the booking/pricing flow rather than just a general site search. - **Live Data:** Content is real-time. No scraping required.