Metadata-Version: 2.4
Name: toolport
Version: 0.1.0
Summary: Companion CLI for Toolport, the local MCP gateway with lazy tool discovery.
Project-URL: Homepage, https://toolport.app
Project-URL: Repository, https://github.com/tsouth89/toolport-pypi
Author: Brandon South
License-Expression: MIT
License-File: LICENSE
Keywords: ai,cli,gateway,mcp,tools
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# toolport

Companion CLI for [Toolport](https://toolport.app), the local gateway for your MCP servers.

Toolport is a desktop app that gives every AI client (Claude, Cursor, VS Code, and more)
one connection point for all your MCP servers, with **lazy tool discovery** that keeps the
standing tool-context cost roughly 99% smaller than loading every tool on every request.

This package is a lightweight pointer - install it to print what Toolport is and where to get it:

```bash
pip install toolport
toolport --help
```

## Links

- **App and docs:** https://toolport.app
- **Token-savings benchmark:** https://github.com/tsouth89/toolport-benchmarks
- **OpenAPI-to-MCP server:** https://github.com/tsouth89/toolport-openapi-mcp

## License

MIT
