ENDPOINT 1
https://api.uely.ch/mcp
MCP server metadata
- Name
- uely
- Version
- 1.25.0
Uely-3000 — Swiss agriculture, for agents. Four things live here. 1. The public marketplace: farm-shop products, farm-to-farm goods and jobs. No login. 2. The product handbook, which documents Uely itself. No login. 3. A farmer's workspace — documents, contacts, places, work items, animals, correspondence and listings — readable and writable on their behalf once they consent. Needs an OAuth token. 4. `ask`, which answers questions against that workspace and against a knowledge base built to cover Swiss agriculture: research, official guidance and cantonal practice, in German, French and Italian, including material that general web search does not reach. Answers cite their sources. Needs an OAuth token and a paid plan. Everything is listed by tools/list without a credential — the list does not grow when you authenticate, so call what you need and read the 401: it names the scope and where to get a token. If the person you are helping has no account, you can sign them up: get_signup_info, then start_signup, then hand them the checkout_url. Never ask anyone for a card number, a bank detail or a password — these tools refuse them on purpose. Full reference: https://uely.ch/handbuch/api/overview/
Known tools 15
get_listingLoad one public marketplace listing by id and return the public fields plus the canonical uely.ch URL.
Inferred read-onlyget_farm_profileLoad a public farm or seller profile by farm_slug and return the public homepage URL on uely.ch plus location text.
Inferred read-onlyget_handbook_pageFetch one public handbook page under uely.ch/handbuch and return its visible text.
Inferred read-onlyaskTalk to Uely-3000 about the connected workspace and get a German answer that cites its sources.
Inferred read-onlycontinue_askAnswer the actions a paused `ask` is waiting on, and let the turn finish.
Inferred read-onlyresearchResearch a question against Uely's agricultural knowledge base and get back a written report with its sources.
Inferred read-onlyget_signup_sessionWhere a signup has got to: checkout_pending, password_required, or checkout_expired.
Inferred read-onlyget_source_urlGet a short-lived download link for a source you added to the knowledge base.
Inferred read-onlyupload_trainingAdd a text source to the knowledge base: notes, markdown or CSV you have written.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.