← Back to search
50
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
ecommerce ai-friendlyllms-txtapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 50/100

            

llms.txt Content

# Fixatia MCP Server Documentation > Fixatia provides an MCP (Model Context Protocol) server for searching European real estate auction properties. ## Server URL https://mcp.fixatia.com/api/mcp ## Claude Desktop Configuration Add to your Claude Desktop config file: Windows: %APPDATA%\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json ```json { "mcpServers": { "fixatia": { "url": "https://mcp.fixatia.com/api/mcp" } } } ``` ## Available Tools ### search_properties Search for real estate auction properties across Europe. Filter by country, city, price, property type, ROI potential, and more. Parameters: - query (string, optional): Text search for property title, city, or region - country (string, optional): Country code (es=Spain, pt=Portugal, it=Italy, fr=France, de=Germany, hr=Croatia) - region (string, optional): Region name within the country - city (string, optional): City name - propertyType (string, optional): APARTMENT, HOUSE, VILLA, LAND, or COMMERCIAL - minPrice (number, optional): Minimum auction price in EUR - maxPrice (number, optional): Maximum auction price in EUR - minRoi (number, optional): Minimum ROI percentage (e.g., 20 for 20%) - bedrooms (number, optional): Minimum number of bedrooms - maxResults (number, optional): Maximum results to return (default: 10, max: 50) - sortBy (string, optional): newest, price-low, price-high, roi-high, or auction-soonest - locale (string, optional): Language for titles/descriptions (default: en) Returns: List of matching properties with basic details (id, title, fixatiaUrl, country, city, propertyType, auctionPrice, marketValue, potentialRoi, bedrooms, squareMeters, primaryImage). Use get_property for full description. ### get_property Get full details of a specific property by its ID. Parameters: - id (string, required): The property ID - locale (string, optional): Language for title/description (default: en) Returns: Complete pr