This project has been archived by its maintainers, and is no longer receiving any updates.
Tool Registry
This repo contains the Tool Registry service: a standalone tool provider for ARP runtimes.
Current phase: MVP implementation (stdlib HTTP server).
Design docs
Install
pipx install arp-jarvis-tool-registry
python3 -m pip install arp-jarvis-tool-registry
Run locally
Create a virtualenv, then install and run the service:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -e .
arp-jarvis-tool-registry
If port 8000 is already in use, it binds to a free port and logs it (or use --port 0 to always pick a free port). Use --auto-port to fall back when an explicit --port (or TOOL_REGISTRY_PORT) is in use.
Env vars:
TOOL_REGISTRY_HOST(default127.0.0.1)TOOL_REGISTRY_PORT(default8000)TOOL_REGISTRY_DOMAINS(defaultcore)
Endpoints:
GET /v1/healthGET /v1/versionGET /v1/toolsGET /v1/tools/{tool_id}POST /v1/tool-invocations(body:{"invocation_id":"...","tool_id":"...","args":{...}}or{"invocation_id":"...","tool_name":"...","args":{...}})
More docs:
Run tests
From the repo root:
python3 -m unittest discover -v
Or (if you have pytest installed):
pytest -q
Optional (schema contract tests):
python3 -m pip install jsonschema
MVP capabilities + known gaps
Capabilities:
- Tool discovery (
GET /v1/tools) and detail (GET /v1/tools/{tool_id}). - Validated invocation (
POST /v1/tool-invocations) with normalizedToolInvocationResult/ErrorEnvelope. - Simple in-repo “domain modules” pattern for adding tools.
Known gaps:
- No auth, rate limiting, or multi-tenant policy layer yet.
- Stdlib HTTP server only (FastAPI/ASGI swap is a future improvement).
- No MCP aggregation implementation in this MVP.
Release files for arp-jarvis-tool-registry 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| arp_jarvis_tool_registry-0.1.0.tar.gz | 11.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| arp_jarvis_tool_registry-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.0 kB
Release files / arp_jarvis_tool_registry-0.1.0.tar.gz
| Download URL | arp_jarvis_tool_registry-0.1.0.tar.gz |
|---|---|
| Size | 11.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e6a6ec0d643a8124e6137852dce0af52175faee5749854ad55fb7c6b4935b652
|
|
BLAKE2b-256 checksum How to use checksums |
c44af5c79290b340897a25f82ba1408d06969b2ffca1d4349c5181f8251634ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 18, 2025.
Transparency logRelease files / arp_jarvis_tool_registry-0.1.0-py3-none-any.whl
| Download URL | arp_jarvis_tool_registry-0.1.0-py3-none-any.whl |
|---|---|
| Size | 13.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cdbbf15cfd6d6a92f935145555e57b3486d7035b5f18c58282861b6758091841
|
|
BLAKE2b-256 checksum How to use checksums |
fff1a9a11ebcf96b22ceddcc49dd54936d509ef3919740c7127d836c5e599fd9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 18, 2025.
Transparency log