AgentHubAgentHub

Fedlex Connector

MCP ServerMCP Registry官方收录

ch.fedlex-connector/fedlex-connector · v1.0.0

Search Swiss federal legislation: laws, articles, amendments via the Fedlex SPARQL endpoint.

概览

Fedlex Connector 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "fedlex-connector": {
      "url": "https://mcp.fedlex-connector.ch/"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "ch.fedlex-connector/fedlex-connector",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "Fedlex Connector",
  "description": "Search Swiss federal legislation: laws, articles, amendments via the Fedlex SPARQL endpoint.",
  "repository": {
    "url": "https://github.com/JayTheSkier/fedlex-connector",
    "source": "github"
  },
  "homepage": "https://fedlex-connector.ch",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.fedlex-connector.ch/"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "ch.fedlex-connector/fedlex-connector",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/ch.fedlex-connector%2Ffedlex-connector/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Fedlex Connector — MCP Server 安装与配置 · AgentHub