QVeris MCP Gateway
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@QVeris MCP GatewaySearch for a PDF summarization tool and show me the quote before calling it."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QVeris MCP Gateway for Dify
QVeris MCP Gateway is a Dify Extension plugin that exposes six QVeris operations through a Dify-hosted Streamable HTTP MCP endpoint. Install the plugin, create an endpoint, and connect any compatible MCP client to the generated Dify URL.
This gateway is for teams that want a workspace-owned Dify endpoint. If you only need direct QVeris access, use the hosted endpoint at
https://mcp.qveris.ai/mcp.
Available tools
Tool | QVeris API | Cost behavior |
|
| Free |
|
| Free |
|
| Free; validates inputs and returns a quote |
|
| May consume credits |
|
| Free audit query |
|
| Free balance query |
Use the safe sequence discover -> inspect -> probe -> call. Show the selected capability's pricing information before calling it, then use usage_history or credits_ledger for final settlement details.
Related MCP server: dify-mcp
Requirements
Dify 1.3.0 or later
A QVeris API key from QVeris API Keys
A strong, user-generated endpoint bearer token
Outbound HTTPS access to
qveris.ai
Configure the extension
Install the
.difypkgin Dify.Create a QVeris MCP Gateway endpoint.
Enter the QVeris API key. The gateway sends it only to
https://qveris.ai/api/v1in theAuthorizationheader.Create and enter a strong endpoint bearer token. This is separate from the QVeris API key.
Copy the generated endpoint URL ending in
/mcp.
Example MCP client configuration:
{
"mcpServers": {
"qveris": {
"type": "http",
"url": "https://your-dify-host/e/generated-id/mcp",
"headers": {
"Authorization": "Bearer YOUR_ENDPOINT_TOKEN"
}
}
}
}The server negotiates MCP protocol versions 2025-06-18, 2025-03-26, and 2024-11-05. It supports initialize, notifications/initialized, ping, tools/list, and tools/call. Session termination is available through DELETE /mcp with Mcp-Session-Id. SSE is not supported; clients must use Streamable HTTP POST.
Security and network behavior
The endpoint bearer token protects the Dify-generated URL.
The QVeris API key is never returned to MCP clients or written to application logs.
Outbound requests use a fixed
https://qveris.ai/api/v1base URL, reject redirects, time out quickly, and cap responses at 2 MiB.The plugin does not execute local commands or access Dify host files.
QVeris capabilities can process financial, medical, location, personal, or other sensitive inputs depending on the selected tool. Review the tool schema and provider before calling it.
Some calls are billable. Probe and surface the quote before a paid call.
See PRIVACY.md and QVeris Privacy.
Local development
Python 3.12 is required.
python -m venv .venv
.venv/Scripts/python -m pip install -e ".[test]"
.venv/Scripts/python -m pytestOn macOS or Linux, activate the virtual environment with the platform-specific command. For remote Dify debugging, copy .env.example to .env, enter the Dify debug credentials, and run:
python -m mainPackage with the current Dify plugin CLI:
dify-plugin plugin package ./dify-qveris-mcpThe expected package name for Marketplace submission is qveris-mcp-0.1.0.difypkg.
Marketplace submission
Submit exactly one package file to the official langgenius/dify-plugins repository at:
qverisai/qveris-mcp/qveris-mcp-0.1.0.difypkgUse an English PR title such as feat: add QVeris MCP Gateway 0.1.0, select New plugin and High risk, and disclose that the plugin is a broad capability gateway that can process sensitive queries and make billable calls.
Support
QVeris: https://qveris.ai
Contact: contact@qveris.ai
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
A paid remote MCP for Equibles, built to return verdicts, receipts, usage logs, and audit-ready JSON
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
A paid remote MCP for HyperFrames, built to return verdicts, receipts, usage logs, and audit-ready J
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceExposes the Veridexa S2S API to MCP clients (e.g., ChatGPT) via Streamable HTTP, allowing document verification and report retrieval.
- AlicenseNot gradedqualityAmaintenanceA comprehensive MCP server and CLI that exposes the entire Dify console API as 138 tools, enabling AI agents to programmatically build, test, and publish Dify workflows and manage all aspects of the Dify platform.208Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA hosted remote MCP server for C2PA disclosure policy, enabling AI governance teams to check disclosure policies, validate C2PA status, issue AI media receipts, explain region rules, and export disclosure logs.MIT
- AlicenseNot gradedqualityDmaintenanceA hosted remote MCP server for verifying C2PA intakes, classifying source risk, issuing media receipts, and exporting intake logs. Designed for AI governance, trust and safety, and compliance teams.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QVerisAI/dify-qveris-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server