fossa-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FOSSA_API_TOKEN | Yes | Full FOSSA API token for live calls |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fossa_list_projectsA | List FOSSA projects visible to the current account. Use this first when the user names a project informally or asks for an organization-wide project inventory. Supports sorting by licensing, security, quality, scan time, and title. Read-only. A |
| fossa_get_projectA | Get detailed metadata about exactly one FOSSA project. Use the exact FOSSA locator returned by another FOSSA MCP tool. Do not guess it from a repository name. |
| fossa_get_projects_summaryA | Count the projects, shared projects, and release groups in the organization. Read-only. Use it for a size check before listing anything; it answers "how many" without paging through fossa_list_projects. |
| fossa_get_project_associationsA | List a project's labels, its release-group memberships, and the timestamp of the last update published for it. Read-only. Each section is one FOSSA call. By default this fetches "labels"
and "release_groups"; name "last_published" in Sections are independent: one failing section does not discard the others.
Every section that answered is under "last_published" is not fetched by default because FOSSA answers it with
|
| fossa_export_project_issuesA | Export every issue on a project revision as one JSON or CSV document. Read-only. This is the whole-project export FOSSA's UI offers, grouped by
issue type; use fossa_list_issues instead when the caller wants filtered,
paged issues rather than a report. Without |
| fossa_update_projectA | Update one project's settings: metadata, branches, policy assignments, scanning, CI status checks, labels, and ignored dependencies. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Every field defaults to None, meaning "leave unchanged" — only the fields
named in the call are sent. Two of them replace rather than merge:
Changing a policy or a scanning setting makes FOSSA rescan the project. |
| fossa_apply_project_labelA | Apply one existing organization label to a list of projects. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true.
|
| fossa_generate_project_attribution_slugA | Create or regenerate the slug in the URL of a project's live attribution report. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Regenerating replaces the existing slug, which breaks any previously shared report link. FOSSA requires a Premium subscription for this endpoint and answers 403 without one. The response is the new slug as a bare JSON string. |
| fossa_delete_project_attribution_slugA | Remove the slug from a project's live attribution report URL, which takes the shared report offline. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. Anyone holding the old link loses access. Only the slug is deleted; the project and its scan history are untouched. |
| fossa_delete_projectA | Permanently delete one project and everything FOSSA has scanned for it. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. This cannot be undone: revisions, issues, and scan history go with the project. Confirm the exact locator with fossa_get_project first; a locator guessed from a repository name may name a different project. |
| fossa_delete_projectsA | Permanently delete several named projects in one call. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. Every project must be named by locator. FOSSA's endpoint also accepts
|
| fossa_list_project_revisionsA | List analyzed revisions, branches, or tags for a project. Use the full revision locator returned by FOSSA, including any |
| fossa_list_revision_scansA | List the policy scans FOSSA has run against a revision, newest first. Each entry names the licensing, security, and quality policy versions that were in force for that scan, which is how to tell whether a finding predates a policy change. |
| fossa_get_revision_notice_filesA | Return the NOTICE files FOSSA found in a revision's distributed source. Set |
| fossa_get_revision_sbomA | Return FOSSA's analysis of an uploaded SBOM, or a link to the original file.
Both only apply to SBOM projects. Any other project type answers 400. |
| fossa_get_revision_remediation_guidanceA | Return FOSSA's remediation guidance report for a revision. The report is the ranked fix plan: quick wins, high and low priority work, and outdated dependencies. Requires a Premium subscription with Security enabled; other organizations get a 403. The endpoint also offers PDF and zip-bundle output, which this tool does not request because neither survives being returned as text. |
| fossa_get_revision_attribution_jsonA | Return a revision's attribution report as structured JSON. Prefer this over the rendered formats when the answer will be reasoned about
rather than handed to a person. Requires a Premium subscription; other organizations get a 403. The response shape is not declared in the OpenAPI spec, so it is passed through as FOSSA returns it. |
| fossa_render_revision_attributionA | Generate a revision's attribution report and return the rendered document.
PDF is not offered: the document is returned as text and a PDF does not survive that. Output is capped at FOSSA_REPORT_MAX_CHARS. |
| fossa_list_revision_dependencies_v1A | List a revision's dependencies in FOSSA's legacy v1 response shape. The v1 shape carries the dependency lock, full license objects, and issue targets, none of which the v2 response includes. fossa_list_dependencies is the better default; this exists for the fields
the v2 response drops and for filtering by a locator list too long for a
query string. With |
| fossa_update_revisionA | Update a revision's metadata: its link, url, or author. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Only the fields you pass are sent; the rest are left as they are. This edits the recorded provenance of an analyzed revision, not its analysis results. |
| fossa_email_revision_attributionA | Email a revision's attribution report to the account behind the API token. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. The side effect is an outbound email rather than a change to FOSSA state,
which is why it is gated despite being a GET. The response is the queued
task, not the report. |
| fossa_create_public_attribution_reportA | Create a publicly reachable link to a revision's attribution report. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. The generated report is readable by anyone holding the URL, with no FOSSA login, so this publishes whatever the selected options include — dependency inventory, licenses, and optionally open vulnerabilities. Requires a Premium subscription. FOSSA answers 202: the record comes back immediately and the document is generated by the returned background task. |
| fossa_list_dependenciesC | List dependencies detected in a specific project revision, with filters useful for licensing/security investigation. |
| fossa_get_dependencyA | Get the richer detail record for one dependency in one revision. Use the exact dependency revision locator returned by
|
| fossa_list_issuesA | Query licensing, vulnerability, or quality issues globally or for one project revision. Supports comparing issues between revisions. |
| fossa_get_issueC | Retrieve complete detail for one issue. |
| fossa_get_issue_facetsA | Summarize the current issue set one dimension at a time: counts by category, by type, or by status, or the distinct CWEs, licenses, or package managers that issues were found in. Read-only. Use this before fossa_list_issues to find out what is worth
listing. |
| fossa_list_issue_revisionsA | List issues grouped by the dependency revision that carries them, with per revision issue and project counts. Read-only. This is the "which packages should we upgrade first" view; fossa_list_issues is the per-issue view of the same data. |
| fossa_compare_issue_summariesA | Count how many issues are new, remediated, or unchanged between two revisions of one project. Read-only. Answers "what did this build change" in one call; use fossa_list_issues with compare_to_revision to see the issues themselves. |
| fossa_get_issue_affected_projectsA | List the projects and revisions affected by one issue. Read-only. This is the blast-radius view of a single CVE or policy conflict: which projects carry it, on which branch, and whether a ticket is already filed. |
| fossa_export_global_issues_csvA | Request the organization-wide issues report as CSV. Read-only with respect to FOSSA state. With email=true (the default) FOSSA queues the export and mails it to the calling token's user, and this returns the background task metadata. With email=false FOSSA streams a zip archive, which this tool reports on but does not return: the archive is binary and cannot travel over MCP as text. Requires the Create permission on OrganizationReport or TeamReport. |
| fossa_get_issue_exceptionsA | List the organization's issue ignore rules, or fetch one by id. Read-only. An exception is what keeps an issue out of the active set: it records the scope it applies to, who created it, and when it expires. Pass exception_id for a single rule, or category to list. |
| fossa_get_issue_overviewA | Retrieve daily active, ignored, and remediated issue counts over a date range. Read-only. This is the trend view behind FOSSA's Issue Overview: how the backlog moved, not what is in it. |
| fossa_get_issue_filtersA | List the organization's saved issue filters for one category, or fetch one by id. Read-only. A saved filter records the criteria, sort, and grouping the FOSSA issue views use; reading one tells you what a team considers its working set. |
| fossa_update_issuesA | Ignore, unignore, unlink, or create a reusable exception for a set of issues. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true, and additionally FOSSA_ALLOW_DESTRUCTIVE=true when issue_ids is omitted. Passing issue_ids acts on exactly those issues. Omitting it acts on every issue matching the filters, a set the caller cannot see in advance, so that form is gated at the destructive tier and requires a project scope or at least one filter. Run fossa_list_issues with the same arguments first to see what will be affected. The issueException action creates a durable ignore rule rather than a one-off ignore; package_scope, ignore_scope, expires_after, and license_id only apply to it. Ticket export is not offered by this tool. |
| fossa_extend_issue_exceptionA | Change when an issue exception expires, or clear the expiry so it never does. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. expires_after has no default because null is meaningful here: it removes the expiry, leaving the issue ignored indefinitely. Pass a YYYY-MM-DD date to set one. Requires a premium FOSSA subscription. |
| fossa_delete_issue_exceptionsA | Delete issue ignore rules, which makes the issues they were suppressing active again. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. Pass exactly one target: exception_id for a single rule, exception_ids for a named list, or a filter (category, project_id, release_group_id, policy_id) to delete every rule matching it. The filter form must name at least one filter, so there is no way to clear an organization's exceptions in one call. Run fossa_get_issue_exceptions first to see what a filter covers. |
| fossa_create_issue_disputeA | Dispute a licensing or quality issue, telling FOSSA the finding is wrong. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. The dispute type follows the issue's own category, so the reason must match it: the INCORRECT_DEPENDENCY_VERSION_REPORTED, LICENSE_DETECTION_FALSE_ POSITIVE, MULTI_OR_DUAL_LICENSED, and INCORRECT_LICENSE_CONCLUSION reasons are for licensing issues; INCORRECT_STALENESS_REPORTED, INCORRECTLY_FLAGGED_ ABANDONWARE, and INCORRECTLY_FLAGGED_EMPTY are for quality issues. Vulnerability issues cannot be disputed. |
| fossa_export_issue_overviewA | Queue an export of the issues behind the Issue Overview counts. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. This does not change any issue, but it does create a background job in the organization and deliver a report, so it is gated like any other POST. Returns the job token FOSSA uses to track the export; this server has no endpoint to poll it. |
| fossa_save_issue_filterA | Create a saved issue filter for the organization, or update an existing one. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Omit filter_id and pass category to create; pass filter_id to update. A
filter's category is fixed at creation. |
| fossa_delete_issue_filterA | Delete a saved issue filter. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. The filter must belong to the calling token's organization. Deleting it removes it for everyone who uses it. |
| fossa_get_release_groupA | Get a FOSSA release group by its numeric id, optionally with the teams assigned to it and the projects it contains. Read-only. |
| fossa_list_release_group_releasesA | List the releases in a FOSSA release group, paginated. Read-only. FOSSA caps |
| fossa_get_release_group_releaseA | Get one release inside a FOSSA release group, and any of its rolled-up license, obligation, revision, scan, and issue-count views. Read-only. Sections: "release" is the release and its pinned projects, "summary" is the issue, project, and dependency counts, "licenses" and "obligations" are the license rollups keyed by license id, "revisions" is the revisions in the release, "scans" is the release scan history. Defaults to "release" and "summary". Each section costs one FOSSA request, so ask only for what is needed. |
| fossa_get_release_group_attribution_reportA | Generate and return an attribution or SBOM report for one release in a FOSSA release group, synchronously. Read-only. The report is streamed back rather than queued, and the portal
publishing switch this endpoint also offers is deliberately not exposed here
because publishing is a write; use fossa_queue_release_group_attribution_report
for that. PDF is not offered because the response is decoded as text.
|
| fossa_get_release_group_attribution_statusA | Check whether a queued release group attribution report has finished. Read-only. |
| fossa_create_release_groupA | Create a FOSSA release group together with its first release. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. FOSSA has no empty release group, so the first release and its projects are
part of the same call. Each entry in |
| fossa_update_release_groupA | Update a FOSSA release group's title, policies, portal visibility, or report text. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Only the fields passed are sent; anything omitted is left as FOSSA has it.
Because an omitted argument and an explicit null look the same in a tool
call, unsetting a nullable field is a separate list: naming a field in
|
| fossa_delete_release_groupA | Delete a FOSSA release group and every release in it. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. This removes the grouping, not the projects: the projects and their scan history survive. The release group and its releases do not, and FOSSA offers no undo. To remove one release instead, use fossa_delete_release_group_release. |
| fossa_create_release_group_releaseA | Add a release to an existing FOSSA release group. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Each entry in |
| fossa_update_release_group_releaseA | Rename a release in a FOSSA release group and add, repin, or remove the projects in it. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. FOSSA requires |
| fossa_delete_release_group_releaseA | Delete one release from a FOSSA release group. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. The release group and its other releases are left alone, as are the projects the release pinned. FOSSA offers no undo. |
| fossa_queue_release_group_attribution_reportA | Queue an attribution or SBOM report for one release in a FOSSA release group as a background job, and optionally publish it to the SBOM portal. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. This is gated because it creates a job on FOSSA's side and, with
|
| fossa_project_postureC | Provide one high-value, model-friendly view of a project revision's current FOSSA issue posture. This is a composite MCP workflow and is the centerpiece demo tool. |
| fossa_get_attribution_reportB | Retrieve a text-friendly FOSSA attribution/SBOM report for a revision. |
| fossa_get_security_policyA | Show the security policy in force for a project: what FOSSA is configured to enforce, plus the local overlay layered on top of it. Read-only. The overlay can only make enforcement stricter, never looser. |
| fossa_evaluate_security_policyA | Evaluate every dependency in a revision against the effective security policy and return an allow/warn/block verdict per package. Read-only: this reports what the policy says, it does not apply anything to FOSSA. A FOSSA-raised vulnerability always blocks and cannot be cleared by a local exception. |
| fossa_enable_security_policyA | Assign a FOSSA security policy to a project and turn on the enforcement that blocks packages violating it. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Blocking in FOSSA is the combination of an assigned security policy (which
decides what counts as a violation), security issue scanning (which finds
violations), and the security status check (which fails the build). This
tool sets all three. |
| fossa_assign_security_policy_to_projectsA | Assign one FOSSA security policy to several projects at once. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Assignment only. Unlike fossa_enable_security_policy this does not touch scanning or the status check, because the bulk endpoint cannot set them — a project that has scanning switched off will take the policy and still block nothing. This tool deliberately does not expose the endpoint's "apply to all projects matching these filters" mode. Every target must be named explicitly, and an empty or all-blank list is refused rather than sent — FOSSA does not enforce the locator list as required, so the resulting request would re-policy every project in the organization. |
| fossa_list_teamsA | List the teams in the FOSSA organization. Read-only. Paginated: FOSSA caps Setting |
| fossa_get_teamA | Get a FOSSA team by its numeric id, and any of its member, project, and release group listings. Read-only. Sections: "team" is the team record and its counts, "members" is the users in it with their team role, "projects" is the project locators assigned to it, "release_groups" is the release groups assigned to it. Defaults to "team" alone. Each section costs one FOSSA request, so ask only for what is needed.
|
| fossa_list_addable_team_targetsA | List what could still be added to a FOSSA team: the users, projects, and release groups that are not in it yet. Read-only. Targets: "users" is the organization's users who are not members,
"projects_and_release_groups" is everything assignable to the team with a
|
| fossa_get_team_groupsA | Get FOSSA team groups — every one in the organization, or a single group by its numeric id. Read-only. A team group is a container that owns teams and carries its own default role; it is not itself a team. Both responses list the group's teams with their project counts and its members with their role ids; asking for one group by id additionally resolves each member's username and email. Neither endpoint is paginated. |
| fossa_list_rolesA | List the roles in the FOSSA organization, the permission catalog they are built from, and which of them the calling token may hand out. Read-only. Sections: "roles" is every role with its scope and permission
list, "permissions" is the catalog of |
| fossa_list_usersA | List the users in the FOSSA organization, or fetch one user by numeric id. Read-only. The default is FOSSA's paginated user list: Setting Service accounts appear in these listings alongside people, flagged by
|
| fossa_create_teamA | Create a FOSSA team. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true.
|
| fossa_update_teamA | Update a FOSSA team's name, default role, auto-add setting, or external identifier. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. Only the fields passed are sent; anything omitted is left as FOSSA has it.
Because an omitted argument and an explicit null look the same in a tool call,
unsetting the nullable |
| fossa_delete_teamA | Delete a FOSSA team. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true, FOSSA_ALLOW_ADMIN=true, and FOSSA_ALLOW_DESTRUCTIVE=true. This removes the team from every team group it belongs to and drops all of its associations: its members lose the access the team granted them, and its projects and release groups lose that team assignment. The users, projects, and release groups themselves survive; the team does not, and FOSSA offers no undo. |
| fossa_update_team_assignmentsA | Change what is assigned to a FOSSA team: its members, its projects, or its release groups. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true.
Any call that can take an assignment away — action "remove" or "replace", or
a projects call using
|
| fossa_manage_team_groupA | Create, rename, or delete a FOSSA team group. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. action="delete" additionally requires FOSSA_ALLOW_DESTRUCTIVE=true. A team group has only two editable fields, so one tool covers all three
actions rather than three near-identical ones. "create" needs Deleting a team group removes its team associations and its own membership list. The teams inside it are not deleted and keep their own members, projects, and release groups. FOSSA offers no undo. To change which teams are in a group, use fossa_update_team_group_assignments. |
| fossa_update_team_group_assignmentsA | Change what is assigned to a FOSSA team group: the teams it contains, or its members. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. action "remove" and action "replace" additionally require FOSSA_ALLOW_DESTRUCTIVE=true, because both take an existing assignment away.
Removing a team from a group does not delete the team. Action "replace" on users sets the group's membership to exactly what is named and removes everyone else. |
| fossa_manage_roleA | Create, update, or delete a custom FOSSA role. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. action="delete" additionally requires FOSSA_ALLOW_DESTRUCTIVE=true. A role is a scope plus a permission list, so the three actions share one
shape and one tool. "create" needs Each entry in Only custom roles can be edited or deleted. FOSSA refuses to delete a built-in role, and refuses to delete any role still assigned to a user, so a delete cannot silently strip someone's access. |
| fossa_create_service_accountA | Create a FOSSA service account, optionally with API tokens. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. A service account is a non-human user that has to be able to do something, so
FOSSA requires an organization role ( Requesting a token returns its secret value in the response, once. FOSSA does not show it again, and a full-access token carries the same authority as the role it is attached to. Leave both token switches off unless the token is actually needed, and treat the result as a credential: it will appear in this conversation's transcript and in any log that records tool output. |
| fossa_list_package_labelsA | List every package label defined in the organization. Read-only. Package labels tag dependencies, not projects — use
fossa_list_organization_labels for the labels that tag projects. The numeric
|
| fossa_list_package_label_assignmentsA | List which package labels are assigned to which packages. Read-only. Every filter is optional; with none supplied FOSSA returns every
assignment in the organization. |
| fossa_list_organization_labelsA | List the organization's project labels, or read one by id. Read-only. These are the labels that tag projects — the ones
fossa_apply_project_label applies and that fossa_list_projects and
fossa_list_issues filter by. Package labels are a separate resource; see
fossa_list_package_labels. With |
| fossa_create_package_labelsA | Create one or more package labels in the organization. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. This creates label definitions only; nothing is tagged until fossa_assign_package_labels or fossa_bulk_assign_package_label binds one to a package. FOSSA answers with the labels it created, including the ids the assignment tools need. |
| fossa_delete_package_labelsA | Permanently delete one or more package label definitions. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. Deleting a definition removes it everywhere it is assigned, across every package, project, and revision in the organization — the blast radius is much larger than the id list suggests. To remove a label from one package without destroying the label, use fossa_unassign_package_labels instead. |
| fossa_assign_package_labelsA | Assign one or more existing package labels to a single package. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Additive: existing assignments are left alone and duplicates are ignored.
Exactly one of |
| fossa_bulk_assign_package_labelA | Assign one package label to many packages in a single call. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. Additive, and every target is named: this endpoint has no "all packages
matching a filter" mode, so the label reaches exactly the locators listed.
Each locator must include its version, as in |
| fossa_set_package_label_assignmentsA | Replace a package's label assignments at one scope with an exact desired state. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. This is a reconcile, not an addition: FOSSA removes every existing
assignment for this package and scope that |
| fossa_unassign_package_labelsA | Remove specific package label assignments. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true.
|
| fossa_create_organization_labelA | Create a new organization label for tagging projects. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true. The label is created unattached; fossa_apply_project_label puts it on projects. FOSSA restricts this endpoint to premium plans and answers 403 otherwise. The response carries the new numeric id. |
| fossa_delete_organization_labelA | Permanently delete an organization label. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. The label is removed from every project carrying it. Check fossa_list_organization_labels with this id first: its response lists those projects, which is the only warning of how wide the change is. FOSSA restricts this endpoint to premium plans. Projects themselves are not affected beyond losing the tag. |
| fossa_org_settingsA | Read one or more sections of a FOSSA organization's settings: the defaults new projects inherit, the package registries scans use, notification and privacy defaults, and the authentication configuration. Read-only. Requires FOSSA_ORG_ID. Each section is a separate FOSSA request, so ask only for what is needed. Sections are named after their endpoint: "authentication", "general", "integrations-custom-license-scans", "integrations-slack", the "languages-" registry settings (bower, gem, git, mvn, npm, nuget, pip, pod), and the "projects-" defaults (github-status-checks, hidden-snippet-urls, issues-container, issues-licensing, issues-quality, issues-security, notifications, privacy, quick-import-scan-methods, update-hooks). Credentials in the registry settings come back obfuscated by FOSSA. |
| fossa_org_limitsA | Read a FOSSA organization's plan limits and current usage for contributors and release groups. Read-only. Requires FOSSA_ORG_ID. Each limit reports |
| fossa_update_org_settingsA | Write one section of a FOSSA organization's settings, or push a section's organization defaults down onto every existing project. WRITES TO FOSSA. Requires FOSSA_ORG_ID, FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. Both actions destroy state, for different reasons, and some sections require more still; the tier is decided per call:
action="replace" (the default) sends the section's PUT. It REPLACES the
section rather than merging, so pass the whole section, not just the key
being changed; re-read it with fossa_org_settings first. action="propagate" sends the section's PATCH and takes One writable section is not readable: "sbom-report-defaults" sets the author and supplier stamped into generated SBOMs. To replace the organization's SAML single sign-on configuration, use fossa_update_saml_settings — it is not a section here. |
| fossa_delete_org_settingA | Delete a FOSSA organization's logo. WRITES TO FOSSA. Requires FOSSA_ORG_ID, FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. target="logo" clears the organization's uploaded logo and nothing else. To remove the organization's SAML single sign-on configuration — the other organization-level delete in this part of the API — use fossa_delete_saml_settings. |
| fossa_list_oidc_providersA | List the OIDC identity providers this FOSSA organization federates with. Read-only. Each provider is an issuer URL scoped to the organization or to
one team; it is what a trust relationship points at. Pagination is by cursor:
pass the No credential is returned: FOSSA's OIDC federation stores no client secret. |
| fossa_get_oidc_providerA | Show one OIDC provider: its issuer URL, its scope, and when it was created. Read-only. FOSSA answers 401 rather than 404 when the provider does not exist, belongs to another organization, or is not visible to this token, so an "unauthorized" here does not necessarily mean the token is wrong. |
| fossa_list_oidc_provider_service_accountsA | List the service accounts that may be named in a new trust relationship for an OIDC provider. Read-only. Use this before fossa_create_oidc_trust_relationship to find the
Returns account ids, usernames, and email addresses — identity, not credentials. |
| fossa_list_oidc_trust_relationshipsA | List the OIDC trust relationships configured for this organization. Read-only. Each one is a standing grant: a workload presenting a token from
the named provider whose claims match becomes the named FOSSA user. This is
the tool to read when auditing what can authenticate without a password —
look at No credential is returned; a trust relationship holds only audiences and claim rules. |
| fossa_get_oidc_trust_relationshipA | Show one OIDC trust relationship: the issuer, the service account it grants, the accepted audiences, and the claims a token must carry. Read-only. FOSSA answers 401 rather than 404 for a relationship that does not exist or belongs to another organization. |
| fossa_create_oidc_providerA | Register an OIDC identity provider that this FOSSA organization will trust. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. This is federated-identity configuration for the whole organization. Adding a provider does not by itself let anyone in — a trust relationship does that — but it is the first half of a password-less login path, and whoever can call this can choose which issuer FOSSA will believe. Enabling the ADMIN tier on a deployment that does not authenticate its callers grants that ability to every caller.
|
| fossa_delete_oidc_providerA | Delete an OIDC provider and every trust relationship that points at it. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true, FOSSA_ALLOW_ADMIN=true, and FOSSA_ALLOW_DESTRUCTIVE=true. The cascade is the point to be careful about: FOSSA deletes the provider's
trust relationships with it, so every workload authenticating through this
issuer stops being able to log in. Nothing here restores them — they have to
be recreated by hand. List them with fossa_list_oidc_trust_relationships
(filtering on |
| fossa_create_oidc_trust_relationshipA | Grant a workload permanent password-less login to FOSSA as a specific service account, on the strength of an OIDC token. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. Read that first line literally. After this call, anything that can obtain a
token from
Find |
| fossa_update_oidc_trust_relationshipA | Change which tokens an existing OIDC trust relationship accepts. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. Only |
| fossa_delete_oidc_trust_relationshipA | Revoke one OIDC trust relationship, so tokens matching it no longer buy a FOSSA login. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true, FOSSA_ALLOW_ADMIN=true, and FOSSA_ALLOW_DESTRUCTIVE=true. This is the revocation path for a leaked or over-broad grant, and it is not reversible from here: the audiences and claim rules are gone once deleted. Read it with fossa_get_oidc_trust_relationship first if it may need to be recreated. FOSSA API tokens already minted through it are not invalidated by this call; they expire on their own schedule. |
| fossa_exchange_oidc_tokenA | Check that an OIDC trust relationship actually works, by performing the token exchange a CI job would perform. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. The FOSSA API token this mints is deliberately not returned. What comes
back is the identity FOSSA resolved (user, provider, issuer, subject) and the
credential's metadata (whether it is push-only, when it expires) with the
token itself replaced by a placeholder. A live API token in a tool result is
a credential in a model's context, a transcript, and every log downstream of
it; that is not a trade this server makes, and there is no argument that
turns it back on. A CI job that needs the real token should call
So use this to answer "is my trust relationship configured correctly?", not to obtain a token. Note that the token is still minted and still valid until it expires (15 minutes to 12 hours) even though nobody here can read it.
|
| fossa_update_saml_settingsA | Replace the organization's SAML single sign-on configuration. WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true. This is how everyone in the organization logs in. It is a replacement, not a
merge: the three required fields are always sent, so a call with the wrong
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/darthzen/fossa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server