← Registry

General Tools

uely.ch

Provides general-purpose tools through the Model Context Protocol.

1 endpoint15 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://api.uely.ch/mcp

No auth detected

MCP server metadata

Name
uely
Version
1.25.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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

search_listings

Search public product and job listings on uely.ch.

Inferred read-only
get_listing

Load one public marketplace listing by id and return the public fields plus the canonical uely.ch URL.

Inferred read-only
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.

Inferred read-only
search_handbook

Full-text search of the public Uely handbook at uely.ch/handbuch.

Inferred read-only
get_handbook_page

Fetch one public handbook page under uely.ch/handbuch and return its visible text.

Inferred read-only
ask

Talk to Uely-3000 about the connected workspace and get a German answer that cites its sources.

Inferred read-only
continue_ask

Answer the actions a paused `ask` is waiting on, and let the turn finish.

Inferred read-only
research

Research a question against Uely's agricultural knowledge base and get back a written report with its sources.

Inferred read-only
get_research_status

Check a report started with `research`.

Inferred read-only
get_signup_info

The paid plans a person can sign up for, and how to do it.

Inferred read-only
start_signup

Open a paid signup for someone who has no Uely account.

Inferred read-only
get_signup_session

Where a signup has got to: checkout_pending, password_required, or checkout_expired.

Inferred read-only
get_training_status

Check whether a source has finished ingesting.

Inferred read-only
get_source_url

Get a short-lived download link for a source you added to the knowledge base.

Inferred read-only
upload_training

Add a text source to the knowledge base: notes, markdown or CSV you have written.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.