Server data from the Official MCP Registry
Audit agent-distribution surfaces and create an evidence-based distribution plan.
Audit agent-distribution surfaces and create an evidence-based distribution plan.
Remote endpoints: streamable-http: https://deploytoagents.com/mcp
Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
4 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-deploytoagents-server": {
"url": "https://deploytoagents.com/mcp"
}
}
}From the project's GitHub README.
Public JavaScript client and registry metadata for the Deploy to Agents remote MCP server.
The remote server is published in the official MCP Registry as com.deploytoagents/server and is served from https://deploytoagents.com/mcp. The client is published as deploytoagents@0.2.1 on npm, with an equivalent deploytoagents==0.1.1 client on PyPI.
Deploy to Agents currently audits public agent-facing surfaces, returns unlisted evidence receipts, and creates prioritized technical and external-authority distribution plans. It does not yet claim to publish every customer artifact or guarantee recommendation by any model.
Use this Streamable HTTP endpoint in any compatible MCP client:
https://deploytoagents.com/mcp
Available tools:
audit_appget_audit_resultcreate_distribution_planget_customer_zero_evidencenpm install deploytoagents
import { DeployToAgentsClient } from "deploytoagents";
const client = new DeployToAgentsClient();
try {
const queued = await client.auditApp("https://example.com");
console.log(queued.receipt_url);
const result = await client.getAuditResult(queued.audit_id);
if (result.status === "completed") {
console.log(await client.createDistributionPlan(queued.audit_id));
}
} finally {
await client.close();
}
pip install deploytoagents
from deploytoagents import DeployToAgentsClient
async with DeployToAgentsClient() as client:
queued = await client.audit_app("https://example.com")
print(queued["receipt_url"])
Deploy to Agents uses its own system as its first customer. The current 100/100 receipt verifies technical surfaces only. Independent, unbranded discovery remains explicitly not-yet-proven.
npm install
npm test
npm run smoke
This project distinguishes owned evidence, externally verified artifacts, and independent recommendations. It does not create fake testimonials, automated community posts, coordinated votes, or links intended primarily to manipulate rankings.
MIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption