uniba-mcp v0.13.0 — Uniba の社内 MCP サーバ uniba.jp のリソースサーバ群を MCP ツールとして提供します。 uniba.jp アカウントを持つメンバーなら誰でも使えます。 接続方法 -------- エンドポイント: https://mcp.uniba.jp/mcp (Streamable HTTP) 認証: OAuth 2.0。初回接続時にブラウザが開くので、 uniba.jp アカウントでログインして同意してください。 Claude Code: claude mcp add --transport http uniba https://mcp.uniba.jp/mcp claude.ai / Claude Desktop: 設定 → コネクタ → カスタムコネクタを追加 → URL に https://mcp.uniba.jp/mcp その他のクライアント: Streamable HTTP + OAuth(RFC 9728 の discovery)に 対応した MCP クライアントであれば同じ手順で接続できます。 ツール一覧 ---------- 末尾の [ ] は必要なスコープです。スコープはログイン時の同意画面で要求され、 あなたのロールに応じて許可されたものだけが付与されます(足りないスコープの ツールは 403 を返します)。 auth.uniba.jp — メンバーとチーム auth_createTeam Create a team [teams:write] auth_getMember Get a member by id [members:read] auth_getMemberMemberships Get a member's team membership history [members:read] auth_getTeam Get a team [members:read] auth_listMembers List members of the caller's organization [members:read] auth_listTeams List teams [members:read] auth_recordMembershipEvent Record a team membership event [teams:write] auth_updateTeam Update a team [teams:write] auth_whoami Get the authenticated member [スコープ不要] tag.uniba.jp — 組織共通のタグ語彙 tag_archiveTag Archive a tag [tags:write] tag_createTag Create a tag [tags:write] tag_listTagNamespaces List tag namespaces [tags:read] tag_listTags List tags [tags:read] tag_renameTag Rename a tag [tags:write] tag_resolveTags Resolve refs to tags (bulk) [tags:read] tag_unarchiveTag Unarchive a tag [tags:write] tag_updateTagDetails Edit a tag's details [tags:write] katsudou.uniba.jp — 活動レポートの提出と取得 katsudou_getReport Get a report [reports:read] katsudou_listSubmitters Submission status (who submitted) [reports:read] katsudou_publishReport Publish a report [reports:write] リンク ------ OAuth メタデータ: https://mcp.uniba.jp/.well-known/oauth-protected-resource ソースコード: https://github.com/uniba/mcp