LIVE ENDPOINT
https://api.uely.ch/mcp
Connect to this endpoint to inspect the live schema for search_listings and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.uely]
url = "https://api.uely.ch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uely": {
"type": "http",
"url": "https://api.uely.ch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uely
Remote MCP URL: https://api.uely.ch/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"uely": {
"url": "https://api.uely.ch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uely": {
"type": "http",
"url": "https://api.uely.ch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uely",
"transport": "streamable-http",
"url": "https://api.uely.ch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_listing— Load one public marketplace listing by id and return the public fields plus the canonical uely.ch URL.get_farm_profile— Load a public farm or seller profile by farm_slug and return the public homepage URL on uely.ch plus location text.search_handbook— Full-text search of the public Uely handbook at uely.ch/handbuch.get_handbook_page— Fetch one public handbook page under uely.ch/handbuch and return its visible text.ask— Talk to Uely-3000 about the connected workspace and get a German answer that cites its sources.continue_ask— Answer the actions a paused `ask` is waiting on, and let the turn finish.research— Research a question against Uely's agricultural knowledge base and get back a written report with its sources.get_research_status— Check a report started with `research`.