Agent Tools
Back to MCP servers

io.github.tbrajkovic/fixatia-property-search

https://mcp.fixatia.com/api/mcp
● healthy

skills: {'id': 'search_properties', 'name': 'search_properties', 'description': 'Search for real estate auction properties across Europe. Filter by country, city, price, property type, ROI potential, and more. Returns a list of matching properties with basic details including title, fixatiaUrl (the property page URL on fixatia.com), location, pricing, and images. Use get_property for full description.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_property', 'name': 'get_property', 'description': 'Get full details of a specific property by its ID. Returns comprehensive information including fixatiaUrl (the property page URL on fixatia.com), description, images, location coordinates, renovation estimates, and auction details.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_filter_options', 'name': 'get_filter_options', 'description': 'Get available filter options including list of countries, regions, cities, property types, and price/ROI ranges. Useful for understanding what search parameters are available.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'send_property_inquiry', 'name': 'send_property_inquiry', 'description': 'Send an inquiry about a property to express interest. Authenticated users (with Bearer token) need only propertyId and message. Guests must provide registration details (name, email, password) which creates an account automatically.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 163.0ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://mcp.fixatia.com/api/mcp
JSON-RPC initialize probe
curl -X POST https://mcp.fixatia.com/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://mcp.fixatia.com/api/mcp
Listed at (chiark)
https://chiark.ai/agents/227be7cb-0e4d-40f5-8470-251cda1de64a