New:Socket for Asana Is Now Available.Learn more
Get Started

mcp-number-theory

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-number-theory

MCP server exposing number theory functions and factorization algorithms from RsaCtfTool

pipPyPI
Version
0.1.0
Weekly downloads
11
-26.67%
Maintainers
1
Weekly downloads
 
Created

mcp-number-theory

MCP server exposing number theory functions and factorization algorithms.

PyPI Python

Install

pip install mcp-number-theory

Usage

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)

MCP Server

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

Related posts