AgentHubAgentHub

swiss-ip-mcp

MCP ServerMCP Registry官方收录

io.github.malkreide/swiss-ip-mcp · v1.1.4

IGE/IPI Swissreg trademarks, patents, SPCs

概览

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

安装

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

{
  "mcpServers": {
    "swiss-ip-mcp": {
      "command": "uvx",
      "args": [
        "swiss-ip-mcp"
      ],
      "env": {
        "IGE_USERNAME": "<IGE_USERNAME>",
        "IGE_PASSWORD": "<IGE_PASSWORD>"
      }
    }
  }
}

环境变量

IGE_USERNAME必填secret

Username for the Swiss Federal Institute of Intellectual Property (IGE/IPI) Swissreg API. Issued by IGE after signing the terms of use.

IGE_PASSWORD必填secret

Password for the IGE/IPI Swissreg account.

相关资源

统一 Manifest

{
  "id": "io.github.malkreide/swiss-ip-mcp",
  "type": "mcp-server",
  "version": "1.1.4",
  "displayName": "swiss-ip-mcp",
  "description": "IGE/IPI Swissreg trademarks, patents, SPCs",
  "repository": {
    "url": "https://github.com/malkreide/swiss-ip-mcp",
    "source": "github"
  },
  "homepage": "https://github.com/malkreide/swiss-ip-mcp",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "swiss-ip-mcp",
        "version": "1.1.4",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "IGE_USERNAME",
            "description": "Username for the Swiss Federal Institute of Intellectual Property (IGE/IPI) Swissreg API. Issued by IGE after signing the terms of use.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "IGE_PASSWORD",
            "description": "Password for the IGE/IPI Swissreg account.",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.malkreide/swiss-ip-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.malkreide%2Fswiss-ip-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
swiss-ip-mcp — MCP Server 安装与配置 · AgentHub