Metadata-Version: 2.5
Name: getmcptools
Version: 0.1.0
Summary: MCP Tools — a standard library of small, reliable, standardized MCP utilities for AI agents.
Project-URL: Homepage, https://getmcptools.com
Project-URL: Source, https://github.com/getmcptools
Author-email: MCP Tools <edge@aerodyneai.com>
License: MIT
Keywords: agents,ai,mcp,model-context-protocol,tools,utilities
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# MCP Tools

**A standard library of small, reliable MCP utilities for AI agents.**

MCP Tools is a growing collection of standardized, high-quality [Model Context
Protocol](https://modelcontextprotocol.io) utilities — deterministic, well-typed
tools that agents can trust for the detail-oriented work language models
shouldn't guess at: colors and accessibility, files, images, conversions,
reference data, and more.

Every tool in the collection follows one shared contract: consistent schemas,
explicit side effects, structured errors, and provenance on every fact.

This is an early placeholder release establishing the package name; the first
utilities are landing now. Follow along:

- Website: https://getmcptools.com
- GitHub: https://github.com/getmcptools

```
pip install getmcptools
getmcptools
```
