Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Abscissa

PYPI · ABSCISSA · SCANNED SEP 20

Safety-aware MCP server for Linear issues, projects, cycles, and dependencies.

Available components

0 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 29 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2005 tokens (~47/item across 42 items; 42 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety80
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 1 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_issue_from_project" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 42 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Abscissa MCP server?

Abscissa runs locally as a PyPI package, launched with uvx abscissa. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · abscissa

# add to Claude Code
claude mcp add kazkozdev-abscissa -- uvx abscissa
// .cursor/mcp.json
{
  "mcpServers": {
    "kazkozdev-abscissa": {
      "command": "uvx",
      "args": [
        "abscissa"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "kazkozdev-abscissa": {
      "command": "uvx",
      "args": [
        "abscissa"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add kazkozdev-abscissa -- uvx abscissa
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kazkozdev-abscissa": {
      "type": "local",
      "command": [
        "uvx",
        "abscissa"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kazkozdev-abscissa --command uvx --arg abscissa
# ~/.hermes/config.yaml
mcp_servers:
  kazkozdev-abscissa:
    command: "uvx"
    args: ["abscissa"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "kazkozdev-abscissa": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "abscissa"
      ]
    }
  }
}
# add to Vellum
assistant mcp add kazkozdev-abscissa -t stdio -c uvx -a abscissa
// mcp.json
{
  "mcpServers": {
    "kazkozdev-abscissa": {
      "command": "uvx",
      "args": [
        "abscissa"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/abscissa@0.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 29 packages
Packages resolved 29
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 42 exposed · ~2,005 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_comment ~32

Add a markdown comment to a Linear issue.

NameTypeReqDescription
bodystringyes
issue_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

add_issue_dependency ~39

Record that blocker_issue_id blocks blocked_issue_id in Linear.

NameTypeReqDescription
blocked_issue_idstringyes
blocker_issue_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

add_issue_label ~32

Add a label to an issue.

NameTypeReqDescription
issue_idstringyes
label_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

add_project_label ~34

Attach an existing project label to a project.

NameTypeReqDescription
label_idstringyes
project_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

archive_cycle ~36

Archive a cycle. Set confirm=true only after explicit user confirmation.

NameTypeReqDescription
confirmboolean
cycle_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

archive_issue ~36

Archive an issue. Set confirm=true only after explicit user confirmation.

NameTypeReqDescription
confirmboolean
issue_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

archive_project ~36

Archive a project. Set confirm=true only after explicit user confirmation.

NameTypeReqDescription
confirmboolean
project_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

assign_issue ~31

Assign a user to an issue.

NameTypeReqDescription
issue_idstringyes
user_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

create_cycle ~93

Create a Linear cycle for a team. starts_at and ends_at must be ISO 8601 timestamps, for example 2026-07-13T09:00:00Z. team_id accepts a team UUID or key.

NameTypeReqDescription
descriptionstring
ends_atstringyes
namestringyes
starts_atstringyes
team_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

create_issue ~91

Create a new Linear issue. team_id accepts a team UUID or key (for example, ART). Priority is 0=none, 1=urgent, 2=high, 3=normal, or 4=low.

NameTypeReqDescription
descriptionstring
priorityinteger
statestring
team_idstringyes
titlestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

create_label ~37

Create a label for a team.

NameTypeReqDescription
colorstring
namestringyes
team_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

create_project ~46

Create a project; team_ids may be comma-separated team keys or UUIDs.

NameTypeReqDescription
descriptionstring
namestringyes
team_idsstring
NameTypeReqDescription
resultstringyes

No examples provided.

create_project_label ~47

Create a reusable project label. Use add_project_label to attach it to a project.

NameTypeReqDescription
colorstring
descriptionstring
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

create_project_update ~49

Post a project update. Health may be onTrack, atRisk, or offTrack.

NameTypeReqDescription
bodystringyes
healthstring
project_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

delete_issue ~37

Delete an issue permanently. Set confirm=true only after explicit user confirmation.

NameTypeReqDescription
confirmboolean
issue_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_current_user ~20

Return the authenticated Linear user behind the configured API key.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_issue ~32

Get full issue details, including comments, labels, assignee, and dates.

NameTypeReqDescription
issue_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_project ~22

Get a project by UUID.

NameTypeReqDescription
project_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_team ~29

Get a team by key (for example, ART) or UUID.

NameTypeReqDescription
identifierstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_user_issues ~48

Get a user's assigned issues; omit user_id to retrieve the authenticated user's issues.

NameTypeReqDescription
cursorstring
limitinteger
user_idstring
NameTypeReqDescription
resultstringyes

No examples provided.

list_cycle_issues ~48

List issues in a cycle. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
cursorstring
cycle_idstringyes
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

list_cycles ~43

List workspace cycles, optionally filtered by a team key or UUID.

NameTypeReqDescription
cursorstring
limitinteger
team_idstring
NameTypeReqDescription
resultstringyes

No examples provided.

list_issue_dependencies ~81

List issues this issue blocks and issues that block it. The returned relation IDs can be passed to remove_issue_dependency. Use the matching cursor from next_cursors to retrieve another page for either side.

NameTypeReqDescription
blocked_by_cursorstring
blocks_cursorstring
issue_idstringyes
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

list_issue_labels ~47

List labels for a team. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
cursorstring
limitinteger
team_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

list_project_issues ~47

List a project's issues. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
cursorstring
limitinteger
project_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

list_project_labels ~38

List reusable project labels. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
cursorstring
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

list_project_updates ~46

List a project's updates. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
cursorstring
limitinteger
project_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

list_projects ~35

List projects. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
cursorstring
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

list_teams ~36

List teams. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
cursorstring
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

list_users ~36

List organization users. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
cursorstring
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

list_workflow_states ~49

List workflow states for a team. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
cursorstring
limitinteger
team_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

remove_issue_dependency ~26

Remove an issue dependency by its relation ID.

NameTypeReqDescription
relation_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

remove_issue_from_project ~27

Remove an issue from its current Linear project.

NameTypeReqDescription
issue_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

remove_issue_label ~32

Remove a label from an issue.

NameTypeReqDescription
issue_idstringyes
label_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

remove_project_label ~38

Remove a project label from a project without deleting the reusable label.

NameTypeReqDescription
label_idstringyes
project_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

search_issues ~77

Search Linear issues with filters. Pass next_cursor as cursor for the next page.

NameTypeReqDescription
assignee_idstring
cursorstring
limitinteger
priorityinteger
querystring
statestring
team_idstring
NameTypeReqDescription
resultstringyes

No examples provided.

set_issue_estimate ~36

Set story points or an hour estimate on an issue.

NameTypeReqDescription
estimatenumberyes
issue_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

set_issue_project ~56

Add an issue to a Linear project. Args: issue_id: Issue UUID or identifier such as ABS-1. project_id: Project UUID.

NameTypeReqDescription
issue_idstringyes
project_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

update_cycle ~64

Update a cycle's name, description, or ISO 8601 start and end timestamps.

NameTypeReqDescription
cycle_idstringyes
descriptionstring
ends_atstring
namestring
starts_atstring
NameTypeReqDescription
resultstringyes

No examples provided.

update_issue ~70

Update an existing Linear issue. Use a UUID or identifier such as ART-5.

NameTypeReqDescription
assignee_idstring
descriptionstring
issue_idstringyes
priorityinteger
statestring
titlestring
NameTypeReqDescription
resultstringyes

No examples provided.

update_project ~73

Update a project's name, summary, or status. State accepts a Linear status type such as planned, started, paused, completed, or canceled, or the status's display name.

NameTypeReqDescription
descriptionstring
namestring
project_idstringyes
statestring
NameTypeReqDescription
resultstringyes

No examples provided.

update_project_details ~173

Update a project's detailed fields. member_ids and team_ids are comma-separated user/team UUIDs; team keys also work. Dates use YYYY-MM-DD. Member and team lists replace their current values. Use the clear_* flags to remove an optional field deliberately.

NameTypeReqDescription
clear_leadboolean
clear_membersboolean
clear_start_dateboolean
clear_target_dateboolean
colorstring
contentstring
iconstring
lead_idstring
member_idsstring
priorityinteger
project_idstringyes
start_datestring
target_datestring
team_idsstring
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the Abscissa MCP server?

Abscissa is an MCP server listed in the public MCP registry as io.github.KazKozDev/abscissa. Safety-aware MCP server for Linear issues, projects, cycles, and dependencies. This page covers its PyPI package (abscissa).

Is the Abscissa MCP server safe to use?

Abscissa scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Abscissa MCP server expose?

Abscissa exposes 42 tools: get_current_user, create_issue, update_issue, set_issue_project, remove_issue_from_project, and 37 more. Their descriptions and schemas cost roughly 2,005 tokens of context every time the server is loaded.

Is the Abscissa MCP server still maintained?

Abscissa is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Abscissa MCP server under?

Abscissa declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.