MCP Hub
Back to servers

mcp-number-theory

MCP server exposing number theory functions and factorization algorithms

Registry
Updated
Mar 29, 2026

Quick Install

uvx mcp-number-theory

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

Reviews

No reviews yet

Sign in to write a review