Developer integration tools for adding TDM payments to AI agents, apps, and workflows. CLI, MCP server, and copy-paste examples.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tdm-agent-integration-kit": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Developer integration tools for adding TDM payments to AI agents, apps, and workflows. CLI, MCP server, and copy-paste examples.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for TDM Agent Integration Kit and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Developer Integration Tools
Reference implementations and copy-paste building blocks for teams that need to add TDM payments into existing projects.
Documentation • API Reference • GitHub • X/Twitter
████████╗ ██████╗ ███╗ ███╗
╚══██╔══╝ ██╔══██╗ ████╗ ████║
██║ ██║ ██║ ██╔████╔██║
██║ ██║ ██║ ██║╚██╔╝██║
██║ ██████╔╝ ██║ ╚═╝ ██║
╚═╝ ╚═════╝ ╚═╝ ╚═╝
TDM Integration Kit [V0.1]
CLI + Client + MCP
Mode: local-first | Docs: todealmarket.com/docs
This kit gives developers three public integration surfaces they can use from almost any stack:
tdm CLI for shellable flows127.0.0.1 for advanced local agentsThe public GitHub repo for tdm-sdk shows the open contract-facing SDK
surface: https://github.com/ToDealMarket/tdm-sdk
The current tdm-sdk npm beta used throughout this kit remains broader and
includes the CLI and operator flows referenced below.
It also now covers the local catalog and runtime-ops path:
tdm workspace orchestration for reusable vault + storage + agent contourstdm status, tdm where, and tdm workspace status for the main operator viewclient: tiny @tdm/client wrapper for CLI + local signerexamples: copy-paste recipes for common stacksmcp-server: standalone @tdm/mcp-server reference packagenpm install -g tdm-sdk
tdm connect
tdm status
tdm connect now stores your primary wallet locally. In the current
multi-wallet MVP, you can keep one wallet per supported network for local
signing and seller payouts, and tdm connect also attempts a safe default
payout sync for the same network when that payout slot is still empty.
tdm connect --no-sync-payout-wallet if you want a local-only connecttdm security totp enroll, then tdm security totp verify, and rerun
tdm connect or use tdm payout wallets setSolana and another for Base/EVM without replacing the othertdm security totp enroll now opens a local setup page with a QR by default.
Use --no-browser when you want terminal-only setup with the secret or
otpauth:// URL.
If an operator jumps straight into a live command such as tdm make payable,
tdm payout request, or tdm unlock, the interactive CLI can now auto-start the same Live TDM
setup instead of leaving the runtime half-configured.
Agent isolation is vault-first, not fuzzy session magic: