Developers & AI Agents
VritantaNextGen exposes its utility tools to AI agents over the Model Context Protocol (MCP). Connect any MCP-compatible client with a VNG API key and let your agent format JSON, hash text, generate passwords, convert units, and discover our privacy-first file tools.
Connect
Streamable HTTP endpoint:
https://vritantanextgen.com/api/mcpAdd to your client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"vritantanextgen": {
"type": "streamable-http",
"url": "https://vritantanextgen.com/api/mcp",
"headers": {
"Authorization": "Bearer <your_vng_key>"
}
}
}
}Discovery is public. JSON-RPC POST and tool calls require an API key and are rate-limited per key.
Agent-sourced leads
Agents can call vng_request_build with a name, email, and project summary to file a human-reviewed VNG build request through the same saved inquiry pipeline as the contact form.
Your API keys
Loading…