Skip to content

bpais88/dynt

v1.0.0MIT

Run a company's finances with your agent: Dynt's MCP server plus skills for receipts, subscriptions, month-end, cleanup and anomaly triage

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

dyntstreamable-http
{
  "type": "streamable-http",
  "url": "https://api.dynt.ai/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "dynt",
  "version": "1.0.0",
  "description": "Run a company's finances with your agent: Dynt's MCP server plus skills for receipts, subscriptions, month-end, cleanup and anomaly triage",
  "author": {
    "name": "Dynt",
    "url": "https://dynt.ai"
  },
  "homepage": "https://app.dynt.ai/docs/mcp",
  "repository": "https://github.com/bpais88/dynt-agent-skills",
  "license": "MIT",
  "keywords": [
    "dynt",
    "finance",
    "fintech",
    "accounting",
    "banking",
    "invoices",
    "expenses",
    "subscriptions",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./mcp.json"
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • skills
  • mcpServers