io.github.daedalus/mcp-parigp
PYPI · MCP-PARIGP · SCANNED SEP 20
MCP server exposing cypari2 (PARI/GP) number theory library
Available components
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
- 1 of 17 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 174 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 5180 tokens (~36/item across 143 items; 143 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: two runs of the same published version returned different tool surfaces, so we cannot tell a change in the package from a difference in our own sandbox run.Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 99% of tool parameters carry a description.Partial
- Structured output schemas are declared (29% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "eval_expression" implies "eval" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 143 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the io.github.daedalus/mcp-parigp server?
io.github.daedalus/mcp-parigp runs locally as a PyPI package, launched with uvx mcp-parigp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcp-parigp
claude mcp add daedalus-mcp-parigp -- uvx mcp-parigp
{
"mcpServers": {
"daedalus-mcp-parigp": {
"command": "uvx",
"args": [
"mcp-parigp"
]
}
}
} {
"servers": {
"daedalus-mcp-parigp": {
"command": "uvx",
"args": [
"mcp-parigp"
]
}
}
} codex mcp add daedalus-mcp-parigp -- uvx mcp-parigp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"daedalus-mcp-parigp": {
"type": "local",
"command": [
"uvx",
"mcp-parigp"
],
"enabled": true
}
}
} openclaw mcp add daedalus-mcp-parigp --command uvx --arg mcp-parigp
mcp_servers:
daedalus-mcp-parigp:
command: "uvx"
args: ["mcp-parigp"] {
"McpServers": {
"daedalus-mcp-parigp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcp-parigp"
]
}
}
} assistant mcp add daedalus-mcp-parigp -t stdio -c uvx -a mcp-parigp
{
"mcpServers": {
"daedalus-mcp-parigp": {
"command": "uvx",
"args": [
"mcp-parigp"
]
}
}
} 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.
- 15 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 9 Sept 26 −12
- Stability: 0.87 → unverified ▼ security
- Tool coverage: 43% → 29% ▼ functional
- 7 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.
- 5 Sept 26 −3
- Stability: pass → 0.77 functional
- 4 Sept 26 0
- Stability: 0.97 → pass security
- 3 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.
- 2 Sept 26 0
- MCP protocol: Implements a current MCP spec version (2026-07-28). functional
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/mcp-parigp@0.1.0
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 17 packages
| Packages resolved | 17 |
|---|---|
| Stale | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
factorial Factorial ~22
Compute the factorial n!.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | Non-negative integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
factorpadic Factorpadic ~50
Factor a polynomial over the p-adic numbers.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | – | p-adic precision. |
| p | integer | yes | Prime p. |
| pol | string | yes | Polynomial as a string. |
No output schema declared.
No examples provided.
fibonacci Fibonacci ~23
Compute the nth Fibonacci number.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | Non-negative integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
gcd Gcd ~34
Compute the greatest common divisor of two integers.
| Name | Type | Req | Description |
|---|---|---|---|
| a | integer | yes | First integer. |
| b | integer | yes | Second integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
genus2red Genus2Red ~43
Reduce a genus 2 curve.
| Name | Type | Req | Description |
|---|---|---|---|
| P | – | yes | Hyperelliptic polynomial y^2 = P. |
| p | integer | – | Optional prime for local reduction. |
No output schema declared.
No examples provided.
get_pari_version Get Pari Version ~53
Get the PARI/GP version string. Returns: String describing the PARI version. Example: >>> get_pari_version() 'GP/PARI CALCULATOR Version 2.15...'
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_real_precision Get Real Precision ~42
Get the current PARI default real precision in decimal digits. Returns: Current precision in decimal digits. Example: >>> get_real_precision() 15
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
get_real_precision_bits Get Real Precision Bits ~42
Get the current PARI default real precision in bits. Returns: Current precision in bits. Example: >>> get_real_precision_bits() 53
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
getrand Getrand ~44
Get PARI's current random number seed. Returns: The current random seed. Example: >>> getrand() [1, 2, 3, ...]
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
hess Hess ~24
Compute the Hessenberg form of a matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| m | – | yes | Square matrix. |
No output schema declared.
No examples provided.
hilbert Hilbert ~55
Compute the Hilbert symbol (n, m) or (n, m)_p.
| Name | Type | Req | Description |
|---|---|---|---|
| m | integer | yes | Integer. |
| n | integer | yes | Integer. |
| p | integer | – | Prime (0 for infinite place). |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
I ~33
Get the imaginary unit. Returns: The imaginary unit I = sqrt(-1). Example: >>> I() I
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| imag | number | yes | – |
| real | number | yes | – |
No examples provided.
idealadd Idealadd ~40
Add two ideals in a number field.
| Name | Type | Req | Description |
|---|---|---|---|
| ideal1 | – | yes | First ideal. |
| ideal2 | – | yes | Second ideal. |
| nf | – | yes | Number field structure. |
No output schema declared.
No examples provided.
idealfactor Idealfactor ~32
Factor an ideal in a number field.
| Name | Type | Req | Description |
|---|---|---|---|
| ideal | – | yes | Ideal to factor. |
| nf | – | yes | Number field structure. |
No output schema declared.
No examples provided.
idealmul Idealmul ~40
Multiply two ideals in a number field.
| Name | Type | Req | Description |
|---|---|---|---|
| ideal1 | – | yes | First ideal. |
| ideal2 | – | yes | Second ideal. |
| nf | – | yes | Number field structure. |
No output schema declared.
No examples provided.
idealpow Idealpow ~40
Compute a power of an ideal.
| Name | Type | Req | Description |
|---|---|---|---|
| ideal | – | yes | Ideal to power. |
| n | integer | yes | Exponent. |
| nf | – | yes | Number field structure. |
No output schema declared.
No examples provided.
init_primes Init Primes ~28
Initialize the primes table up to M.
| Name | Type | Req | Description |
|---|---|---|---|
| M | integer | yes | Upper bound for primes. |
No output schema declared.
No examples provided.
integ Integ ~34
Compute the integral of a polynomial.
| Name | Type | Req | Description |
|---|---|---|---|
| pol | string | yes | Polynomial as a string. |
| v | string | – | Variable name. |
No output schema declared.
No examples provided.
is_square Is Square ~24
Test if n is a perfect square.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | Integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
ispower Ispower ~43
Test if n is a perfect k-th power.
| Name | Type | Req | Description |
|---|---|---|---|
| k | integer | – | Exponent (0 or omitted means test any power). |
| n | integer | yes | Integer. |
No output schema declared.
No examples provided.
isprime Isprime ~25
Test if an integer is prime.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | Integer to test. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
jacobi Jacobi ~35
Compute the Jacobi symbol (a/n).
| Name | Type | Req | Description |
|---|---|---|---|
| a | integer | yes | Integer. |
| n | integer | yes | Odd positive integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
lcm Lcm ~35
Compute the least common multiple of two integers.
| Name | Type | Req | Description |
|---|---|---|---|
| a | integer | yes | First integer. |
| b | integer | yes | Second integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
legendre Legendre ~34
Compute the Legendre symbol (a/p).
| Name | Type | Req | Description |
|---|---|---|---|
| a | integer | yes | Integer. |
| p | integer | yes | Odd prime. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
lfun Lfun ~40
Compute general L-function.
| Name | Type | Req | Description |
|---|---|---|---|
| F | – | – | L-function data (optional). |
| r | integer | – | Derivative order. |
| s | – | yes | Complex parameter. |
No output schema declared.
No examples provided.
lfuntheta Lfuntheta ~40
Compute theta function of L-function.
| Name | Type | Req | Description |
|---|---|---|---|
| F | – | yes | L-function data. |
| precision | integer | – | Optional precision. |
| t | – | yes | Real parameter. |
No output schema declared.
No examples provided.
lift Lift ~24
Lift a modular object (remove Mod wrapper).
| Name | Type | Req | Description |
|---|---|---|---|
| mod | – | yes | A modular object. |
No output schema declared.
No examples provided.
List ~26
Create an empty list or convert to a list.
| Name | Type | Req | Description |
|---|---|---|---|
| x | – | – | Optional object to convert. |
No output schema declared.
No examples provided.
log Log ~28
Compute natural logarithm.
| Name | Type | Req | Description |
|---|---|---|---|
| precision | integer | – | Optional precision. |
| x | – | yes | Positive number. |
No output schema declared.
No examples provided.
lucas Lucas ~24
Compute the nth Lucas number.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | Non-negative integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
Mat ~20
Convert to a matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| x | – | yes | Object to convert. |
No output schema declared.
No examples provided.
matcharpoly Matcharpoly ~33
Compute the characteristic polynomial of a matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| m | – | yes | Square matrix. |
| v | string | – | Variable name. |
No output schema declared.
No examples provided.
matdet Matdet ~22
Compute the determinant of a matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| m | – | yes | Square matrix. |
No output schema declared.
No examples provided.
mateigen Mateigen ~23
Compute the eigenvalues of a matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| m | – | yes | Square matrix. |
No output schema declared.
No examples provided.
matid Matid ~27
Create an n x n identity matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | Size of the matrix. |
No output schema declared.
No examples provided.
matimage Matimage ~21
Compute the image of a matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| m | – | yes | Matrix. |
No output schema declared.
No examples provided.
matinv Matinv ~25
Compute the inverse of a matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| m | – | yes | Invertible square matrix. |
No output schema declared.
No examples provided.
matker Matker ~21
Compute the kernel of a matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| m | – | yes | Matrix. |
No output schema declared.
No examples provided.
matrank Matrank ~21
Compute the rank of a matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| m | – | yes | Matrix. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
matrix Matrix ~57
Create an m x n matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| entries | array | – | List of entries (optional). |
| m | integer | yes | Number of rows (or size if n=0). |
| n | integer | – | Number of columns (default 0). |
No output schema declared.
No examples provided.
matzero Matzero ~44
Create a zero matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| m | integer | yes | Number of rows (or size if n=0). |
| n | integer | – | Number of columns (default 0). |
No output schema declared.
No examples provided.
Mod ~31
Create a modular number or polynomial.
| Name | Type | Req | Description |
|---|---|---|---|
| a | – | yes | Value. |
| b | – | yes | Modulus (integer or polynomial). |
No output schema declared.
No examples provided.
modular_lambda Modular Lambda ~39
Compute the modular lambda function.
| Name | Type | Req | Description |
|---|---|---|---|
| precision | integer | – | Optional precision. |
| tau | – | yes | Lattice parameter (Im(tau) > 0). |
No output schema declared.
No examples provided.
modulr_sym Modulr Sym ~38
Compute the modular symbol.
| Name | Type | Req | Description |
|---|---|---|---|
| g | integer | – | Weight. |
| precision | integer | – | Optional precision. |
| s | – | yes | Complex number. |
No output schema declared.
No examples provided.
moebius Moebius ~27
Compute the Möbius function mu(n).
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | Positive integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
nextprime Nextprime ~23
Find the next prime after n.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | Integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
nfinit Nfinit ~30
Initialize a number field defined by a polynomial.
| Name | Type | Req | Description |
|---|---|---|---|
| pol | string | yes | Defining polynomial as a string. |
No output schema declared.
No examples provided.
norm Norm ~37
Compute the norm of a polynomial/algebraic number.
| Name | Type | Req | Description |
|---|---|---|---|
| pol | – | yes | Polynomial or algebraic number. |
| v | string | – | Variable name. |
No output schema declared.
No examples provided.
one One ~30
Get the integer 1. Returns: Integer 1. Example: >>> one() 1
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
phi Phi ~25
Compute Euler's totient function phi(n).
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | yes | Positive integer. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
What is the io.github.daedalus/mcp-parigp server?
io.github.daedalus/mcp-parigp is listed in the public MCP registry as io.github.daedalus/mcp-parigp. MCP server exposing cypari2 (PARI/GP) number theory library. This page covers its PyPI package (mcp-parigp).
Is the io.github.daedalus/mcp-parigp server safe to use?
io.github.daedalus/mcp-parigp scores 67 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 io.github.daedalus/mcp-parigp server expose?
io.github.daedalus/mcp-parigp exposes 143 tools: eval_expression, get_pari_version, set_real_precision, get_real_precision, set_real_precision_bits, and 138 more. Their descriptions and schemas cost roughly 5,180 tokens of context every time the server is loaded.
Is the io.github.daedalus/mcp-parigp server still maintained?
io.github.daedalus/mcp-parigp 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 io.github.daedalus/mcp-parigp server under?
io.github.daedalus/mcp-parigp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.