AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Mcp Server Spira

mcp-inflectra-mcp-server-spira · by Inflectra

A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra.

No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add mcp-inflectra-mcp-server-spira

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v1.1.1 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v1.1.1. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-inflectra-mcp-server-spira)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Server Spira? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MCP Inflectra Spira Server

A Model Context Protocol (MCP) server that lets AI assistants interact with Inflectra Spira — covering project management, test management, and requirements management.

Works with SpiraTest, SpiraTeam, and SpiraPlan.


Table of Contents

  • [Quick Start](#quick-start)
  • [Configuration](#configuration)
  • [Available Tools](#available-tools)
  • [Usage Examples](#usage-examples)
  • [License](#license)

Quick Start

Install from PyPI:

pip install mcp-server-spira

Add to your MCP client config:

{
  "mcpServers": {
    "inflectra-spira": {
      "command": "python",
      "args": ["-m", "mcp_server_spira"],
      "env": {
        "INFLECTRA_SPIRA_BASE_URL": "https://myinstance.spiraservice.net",
        "INFLECTRA_SPIRA_USERNAME": "mylogin",
        "INFLECTRA_SPIRA_API_KEY": "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX}"
      }
    }
  }
}

For Cline, add "type": "stdio" to the server config. For Claude Desktop:

mcp install src/mcp_server_spira/server.py --name "Inflectra Spira Server"

Configuration

Set these environment variables (or use a .env file):

| Variable | Required | Description | |---|---|---| | INFLECTRA_SPIRA_BASE_URL | Yes | Base URL for your Spira instance | | INFLECTRA_SPIRA_USERNAME | Yes | Your Spira login name | | INFLECTRA_SPIRA_API_KEY | Yes | API Key (RSS Token) from your Spira user profile | | SPIRA_PROJECT_ID | No | Default product ID — avoids passing product_id on every call |


Available Tools

10 tools organized by scope. All data-retrieval tools return structured JSON with field projection, filtering, and a consistent response envelope.

Search Tools

| Tool | Description | |---|---| | mywork_search_artifacts | Your assigned items (task, incident, requirement, testcase, testset) with filtering and field projection | | product_search_artifacts | Search artifacts in a product (11 types). Supports cross-product fan-out, server-side filtering, and nested sub-artifact includes. | | product_get_artifact | Single artifact by ID with full details and optional sub-artifact includes | | program_search_artifacts | Search program-level artifacts (capability, milestone) |

Write Tools

| Tool | Description | |---|---| | product_create_automated_test_run | Record automated test results from CI/CD | | product_create_build | Record a CI/CD build result |

Workspace & Configuration Tools

| Tool | Description | |---|---| | workspace_search | List products, programs, or product templates with field projection | | workspace_get | Get a single product, program, or template by ID | | template_get_metadata | Types, statuses, priorities, severities, custom properties, and more for a template | | get_artifact_schema | Field schema for any artifact type (local-only, no API call) |


Usage Examples

Try these prompts with your AI assistant:

Show me my assigned tasks in Spira
List all products in my Spira instance
Get the open incidents in product 55
Search for critical requirements across products 55 and 60
Get the field schema for incidents

License

MIT — see [LICENSE](LICENSE).

Built with MCP Python SDK · Spira REST API v7.0

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v1.1.1 Imported from the upstream source.