Agent Plugins Marketplace
All plugins

vastlint

v0.13.6

Validate VAST, VMAP, and DAAST ad tags against IAB Tech Lab specs. Hosted MCP at https://vastlint.org/mcp. Auth none for public tools.

Claude CodeAgent Plugins1 MCP serverStreamable HTTP

By aleksUIXLicense: Apache-2.018 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install vastlint for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vastlint@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/aleksUIX/vastlint

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

vastlint/
├── .claude-plugin/plugin.json
├── plugin.json
└── .mcp.json

MCP servers1

vastlintStreamable HTTP
url
https://vastlint.org/mcp

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "vastlint",
  "displayName": "VASTlint",
  "version": "0.13.6",
  "description": "Validate VAST, VMAP, and DAAST ad tags against IAB Tech Lab specs. Hosted MCP at https://vastlint.org/mcp. Auth none for public tools.",
  "author": {
    "name": "aleksUIX",
    "email": "[email protected]",
    "url": "https://github.com/aleksUIX"
  },
  "homepage": "https://vastlint.org/docs/mcp/",
  "repository": "https://github.com/aleksUIX/vastlint",
  "license": "Apache-2.0",
  "keywords": [
    "vast",
    "vmap",
    "daast",
    "iab",
    "mcp",
    "validator"
  ],
  "mcpServers": {
    "vastlint": {
      "type": "http",
      "url": "https://vastlint.org/mcp"
    }
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "vastlint",
  "version": "0.13.6",
  "description": "Validate VAST, VMAP, and DAAST ad tags against IAB Tech Lab specs. Hosted MCP at https://vastlint.org/mcp. Auth none for public tools.",
  "author": {
    "name": "aleksUIX",
    "email": "[email protected]",
    "url": "https://vastlint.org/"
  },
  "homepage": "https://vastlint.org/docs/mcp/",
  "repository": "https://github.com/aleksUIX/vastlint",
  "license": "Apache-2.0",
  "keywords": [
    "vast",
    "vmap",
    "daast",
    "iab",
    "mcp",
    "validator"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[vastlint on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vastlint)