
Python Version
- manoharanRajesh/mcp-sandbox
io.github.manoharanRajesh/python-version is a MCP server scaffold that exposes a stdio PyPI package (transactions-mcp) for agent-driven API or transaction workflows once you configure YOUR_API_KEY.
About
io.github.manoharanRajesh/python-version is a Python stdio MCP server scaffold from the mcp-sandbox repository, packaged on PyPI as transactions-mcp. developers who ship with Claude Code, Cursor, or similar agents use entries like this when they want a starting point for exposing transactional or API-backed operations through the Model Context Protocol instead of one-off scripts. The published metadata still uses a generic description, so you should read the subfolder source on GitHub to learn which tools, resources, and prompts it actually registers. Installation follows the usual MCP pattern: add the server to your agent config, set YOUR_API_KEY if the upstream service requires it, and restart the client. It fits the Build → integrations shelf because its value is connecting your coding agent to external behavior, not researching markets or operating production monitors. Treat it as an integration template until you confirm capabilities in the sandbox repo.
- Stdio MCP transport with PyPI package identifier transactions-mcp
- server.schema.json v2025-12-11 manifest for registry-compatible installs
- Configurable secret via YOUR_API_KEY environment variable
- Subfolder python-version in manoharanRajesh/mcp-sandbox on GitHub
- Placeholder catalog description—verify actual tools in repo before production use
Python Version by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env YOUR_API_KEY=YOUR_YOUR_API_KEY transactions-mcp -- uvx transactions-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | transactions-mcp |
|---|---|
| Transport | STDIO |
| Auth | Required |
| Repository | manoharanRajesh/mcp-sandbox ↗ |
What it does
Wire a stdio MCP server from the mcp-sandbox Python template into Claude Code or Cursor when you need a custom tool bridge that talks to an external API with a secret key.
Who is it for?
Best when you're experimenting with MCP on Python and already have an API key and will audit mcp-sandbox/python-version before relying on it in production.
Skip if: Skip if you need a fully documented, domain-specific MCP with verified tools listed in the registry description.
What you get
After you register the stdio server and set secrets, your agent can invoke whatever tools the python-version subfolder implements instead of pasting curl commands into the chat.
- Registered stdio MCP server entry in your agent configuration
- Environment-backed API authentication for tool calls
- Agent-callable tools as implemented in the python-version subfolder (verify in repo)
By the numbers
- Package version 1.0.0 on PyPI with stdio transport
- One required secret environment variable: YOUR_API_KEY
- Repository subfolder: python-version under manoharanRajesh/mcp-sandbox
Recommended MCP Servers
How it compares
MCP integration scaffold from a sandbox repo, not a curated marketplace skill or a hosted SaaS connector with guaranteed SLAs.
FAQ
Who is io.github.manoharanRajesh/python-version for?
Developers wiring Claude Code, Cursor, or Codex to a Python stdio MCP when building custom agent integrations from the mcp-sandbox template.
When should I use io.github.manoharanRajesh/python-version?
Use it during the build phase when you are adding MCP servers to your agent config and need a PyPI-packaged starting point that expects YOUR_API_KEY for the upstream service.
How do I add io.github.manoharanRajesh/python-version to my agent?
Add the transactions-mcp PyPI MCP server with stdio transport to your client’s MCP configuration, set YOUR_API_KEY in the environment, and point the command at the package version 1.0.0 from the registry entry.