Developer integration tools for adding TDM payments to AI agents, apps, and workflows. CLI, MCP server, and copy-paste examples.
MCPpedia last refreshed this data
TDM Agent Integration Kit is an MCP server that developer integration tools for adding TDM payments to AI agents, apps, and workflows. CLI, MCP server, and copy-paste examples. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 83/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tdm-agent-integration-kit": {
"args": [
"-y",
"tdm-sdk"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Reference implementations and copy-paste building blocks for teams that need to add TDM payments into existing projects.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked tdm-sdk against OSV.dev.
Click any tool to inspect its schema.
Be 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
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
An autonomous agent that conducts deep research on any data using any LLM providers
The official MCP server implementation for the Perplexity API Platform
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
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 for TDM DaOS
Reference implementations and copy-paste building blocks for teams integrating with TDM DaOS contracts, payments, and agent runtime surfaces.
Documentation • API Reference • GitHub • X/Twitter
████████╗ ██████╗ ███╗ ███╗ ╚══██╔══╝ ██╔══██╗ ████╗ ████║ ██║ ██║ ██║ ██╔████╔██║ ██║ ██║ ██║ ██║╚██╔╝██║ ██║ ██████╔╝ ██║ ╚═╝ ██║ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ TDM Integration Kit [V0.1.0] DaOS Contracts + Client + MCP Mode: local-first | Docs: todealmarket.com/docs
Reference implementations and copy-paste building blocks for integrating with TDM DaOS (Decentralized Agent Operating System). This kit provides:
@tdm/client) for CLI + local signer workflows@tdm/mcp-server) with 19 tools for agent runtimesThe canonical TDM SDK (npm install -g tdm-sdk) is the full operator surface. This kit documents the integration contracts exposed by that SDK and provides reference building blocks for advanced integrations.
npm install -g tdm-sdk
tdm connect
tdm status
Pick a recipe from examples or use @tdm/client.
| Component | Package | Purpose |
|---|---|---|
mcp-server/ | @tdm/mcp-server | MCP stdio server with 19 tools for agent runtimes |
client/ | @tdm/client | Thin JS wrapper for CLI + local signer HTTP |
examples/ | -- | Copy-paste integration recipes |
@tdm/mcp-server)A standalone MCP stdio server exposing TDM session state, capabilities, plugins, memory, and budget context to agent runtimes.
| Tool | Description |
|---|---|
tdm_get_session_state | Read local wallet, balance, setup hints |
tdm_capability_list | List machine-readable capabilities |
tdm_agent_status | Agent readiness, runtime, storage, gateway status |
tdm_agent_readiness | Short agent checklist for handoff |
tdm_agent_runtime_report | Wide bounded runtime surface |
tdm_plugin_list | List registered contour plugins |
tdm_plugin_get | Read single plugin card |
tdm_hub_catalog_list | List Hub catalog entries (filterable, paginated) |
tdm_hub_install_plan | Read Hub install plan (governance-aware) |
tdm_contour_run_list | List recent contour run metadata |
tdm_contour_run_latest | Read latest contour run summary |
tdm_checkpoint_list | List checkpoint metadata |
tdm_budget_status | Read budget/scope status |
tdm_memory_health | Read TDM Agent Memory health |
tdm_memory_recall | Search scoped memory records |
tdm_memory_save | Save scoped memory record (with redaction) |
tdm_memory_slots | List pinned memory slots |
tdm_memory_slot_update | Create/replace pinned memory slot |
tdm_memory_forget | Tombstone memory record with audit |
Setup via CLI: