
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
mcp-number-theory
Advanced tools
MCP server exposing number theory functions and factorization algorithms from RsaCtfTool
MCP server exposing number theory functions and factorization algorithms.
pip install mcp-number-theory
from mcp_number_theory import number_theory as nt
# Compute GCD
result = nt.gcd(48, 18) # Returns 6
# Factorize
from mcp_number_theory import algos
p, q = algos.fermat(1234567890123456789)
This package provides an MCP server that exposes number theory functions. Run with:
mcp-number-theory
mcp-name: io.github.daedalus/mcp-number-theory
FAQs
MCP server exposing number theory functions and factorization algorithms from RsaCtfTool
The pypi package mcp-number-theory receives a total of 11 weekly downloads. As such, mcp-number-theory popularity was classified as not popular.
We found that mcp-number-theory demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.