📦
io.github.daedalus/mcp-number-theory
MCP server exposing number theory functions and factorization algorithms
0 installs
Trust: 37 — Low
Commerce
Ask AI about io.github.daedalus/mcp-number-theory
Powered by Claude · Grounded in docs
I know everything about io.github.daedalus/mcp-number-theory. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp-number-theory
MCP server exposing number theory functions and factorization algorithms.
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
