Humanumbers
БесплатноНе проверенStop letting your LLM speak in raw numbers — humanize specs, metrics, and measurements via MCP, API, or Python
Описание
Stop letting your LLM speak in raw numbers — humanize specs, metrics, and measurements via MCP, API, or Python
README
Make numeric language stop sounding like a spreadsheet.
Humanumbers is a Python package and API for turning rigid numeric text into phrasing that feels more human without losing the meaning of the original value. It supports direct API usage, MCP integration, and local tool flows for agent stacks.
The published package name is humanumbers.
The Python module name is humanumbers.
What lives here
- Core runtime:
src/humanumbers/service.py - HTTP API:
src/humanumbers/app.py - MCP server:
src/humanumbers/mcp_server.py - Product launcher:
run.py - Demo flows:
demo/tool,demo/mcp - Website frontend:
ws/
If you are splitting this into separate repos for PyPI, Python source, and the website, start with docs/publishing-guide.md.
Why Humanumbers exists
Most systems store exact numeric values. Most LLMs then repeat those values exactly, even when the result sounds stiff, robotic, or over-precise for real human communication.
Humanumbers gives you a controlled middle layer:
- parse the incoming numeric text
- preserve the unit meaning
- apply explicit rounding or benchmark comparison rules
- emit variants that sound more natural in the target language
Quick start
export PROJECT_ROOT=<path-to-humanumbers>
cd "$PROJECT_ROOT"
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -e .
If you need MCP support:
pip install -e .[mcp]
Optional install straight from GitHub:
pip install "humanumbers[mcp] @ git+https://github.com/<org>/<repo>.git"
Run the product
API only
python run.py
API + MCP on the same process
python run.py --mcp
Custom bind
python run.py --host 0.0.0.0 --port 8000 --mcp --mcp-path /mcp
Direct entrypoints are also installed:
humanumbers-api
humanumbers-mcp
Production note: CORS
If the website and API are deployed on different origins, configure the API allowlist explicitly:
HUMANUMBERS_CORS_ORIGINS=https://humanumbers.resultity.com
For the split-domain production setup:
- frontend:
https://humanumbers.resultity.com - API:
https://api-humanumbers.resultity.com
Demos
Humanumbers ships with two demo paths.
Local tool demo
This path does not require a running API or MCP server.
pip install -r demo/tool/requirements.txt
cd demo/tool
python run_demo.py
MCP demo
This path launches the Humanumbers MCP server from the package and lets the model call tools over stdio.
pip install -r demo/mcp/requirements.txt
cd demo/mcp
python run_demo.py
Separate publication surfaces
This monorepo currently contains three surfaces:
- The Python package for PyPI.
- The Python source repository.
- The standalone website for Vercel.
The exact split workflow is documented in docs/publishing-guide.md.
Установить Humanumbers в Claude Desktop, Claude Code, Cursor
unyly install humanumbersСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add humanumbers -- uvx humanumbersПошаговые гайды: как установить Humanumbers
FAQ
Humanumbers MCP бесплатный?
Да, Humanumbers MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Humanumbers?
Нет, Humanumbers работает без API-ключей и переменных окружения.
Humanumbers — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Humanumbers в Claude Desktop, Claude Code или Cursor?
Открой Humanumbers на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Humanumbers with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
