For developers
and autonomous agents
Connect your LLMs and chat apps to Spanish property search through the unified Fyn MCP server.
MCP endpoint configuration
Configure Claude Desktop, ChatGPT developer mode, or your custom agent to consume Fyn tools.
const endpoint = "https://fyn-mcp-server.vercel.app/mcp";
connectMCP({
serverUrl: endpoint,
transport: "sse"
});
connectMCP({
serverUrl: endpoint,
transport: "sse"
});