Vinkius
Tencent Yuanqi

Tencent Yuanqi MCP for AI. Manage Agents, Documents, and Usage Tracking.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Tencent Yuanqi MCP on Cursor AI Code EditorTencent Yuanqi MCP on Claude Desktop AppTencent Yuanqi MCP on OpenAI Agents SDKTencent Yuanqi MCP on Visual Studio CodeTencent Yuanqi MCP on GitHub Copilot AI AgentTencent Yuanqi MCP on Google Gemini AITencent Yuanqi MCP on Lovable AI DevelopmentTencent Yuanqi MCP on Mistral AI AgentsTencent Yuanqi MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

Tencent Yuanqi MCP Server manages specialized AI agents and knowledge bases. Use this server to chat with published assistants, upload documents for RAG context, monitor API usage, or check file processing status directly from your agent framework.

What your AI can do

Chat

Sends a message to a specific Tencent Yuanqi assistant ID and receives the conversational response.

Get file status

Checks the current processing status of an uploaded file to see if it's ready for use in RAG.

List files

Outputs a list of all documents currently stored and managed within your knowledge base.

+ 4 more capabilities included
Interact with AI Assistants

You can send messages to published agents and track the conversation context using the chat tool.

Control Document Lifecycle

The server lets you upload files (upload_file), list them (list_files), or delete them (delete_file) from your knowledge base.

Track File Processing Status

Use get_file_status to monitor if a document is finished being indexed and ready for agent use.

Manage Agent Metadata

Retrieve detailed configuration or basic information about any existing assistant with get_assistant_info.

Monitor API Usage

Check your current token consumption and remaining quota using the get_usage tool, which is critical for billing and planning.

Included with Plan

Waiting for input…

AI Agent

Tencent Yuanqi MCP Server: 9 Tools for Agent & File Management

Use these nine tools to automate agent interactions, handle document lifecycles, and monitor system performance within your AI client.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Tencent Yuanqi on Vinkius

Chat

Sends a message to a specific Tencent Yuanqi assistant ID and receives the conversational response.

Get File Status

Checks the current processing status of an uploaded file to see if it's ready for...

List Files

Outputs a list of all documents currently stored and managed within your knowledge...

Upload File

Sends a document to the Yuanqi platform so it can be processed and used by agents...

Delete File

Removes an uploaded file from your account's knowledge base documents.

Get Assistant Info

Retrieves detailed metadata and configuration settings for a specified assistant ID.

Get File Info

Fetches general metadata, like file name or size, for a specific uploaded document.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Tencent Yuanqi integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Tencent Yuanqi, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Tencent Yuanqi MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Tencent Yuanqi. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 7 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Managing documents for agents shouldn't require five different tabs and three manual checks.

Today, if you want an agent to answer based on a new report, the workflow is messy. You upload the document in one place; then, you have to switch tabs to check its status—is it indexed? If not, you wait and manually refresh until it says 'ready.' Finally, you copy the ID over to your chat script.

With this MCP server, that whole dance disappears. You call `upload_file` once. Your agent then calls `get_file_status`. It waits programmatically until the status is confirmed. When it's ready, *then* your agent executes `chat`, guaranteeing the response uses fresh, indexed data.

Tencent Yuanqi MCP Server: Control assistant interactions and file access.

Before this server, getting a full picture of an AI agent meant guessing which ID to use or manually looking up its configuration parameters. If you wanted to know if the bot supported external context, you'd be stuck clicking through documentation pages.

Now, you just call `get_assistant_info`. The API returns all the metadata you need—the name, the creator, and the specific capabilities. It makes building reliable, automated agent pipelines straightforward.

What your AI can actually do with this

This MCP connects your AI client directly to Tencent Yuanqi, giving you nine specific tools to manage specialized agents and handle knowledge documents. You're talking to an intelligent agent platform powered by the Hunyuan model, and these tools let you control everything from conversation context to raw data lifecycle.

To interact with published assistants, you use chat; this sends a message to a specific Tencent Yuanqi assistant ID and immediately returns the conversational response. If you're building complex flows that require tracking history, it handles those persistent context sessions for you.

When you need to manage your knowledge base—the stuff your agents read from—you first use upload_file to send a document to the Yuanqi platform; this gets the file processed and ready for agent consumption. Once uploaded, you can list all stored documents using list_files, which outputs an inventory of everything currently in your knowledge base.

If that document needs to be removed later, you use delete_file to take it out.

Since agents need context before they're useful, you often have to wait for the uploaded files to get indexed. That's where get_file_status comes in; it checks if a document is finished being processed and ready for actual RAG use. You also can check basic file details—like its name or size—by calling get_file_info.

To manage the agents themselves, you first get an overview of what's available by running list_assistants, which retrieves a full list of every assistant you've created in your account. For deeper technical dives, get_assistant_info pulls detailed metadata and configuration settings for any specific assistant ID. This gives you granular control over how those agents function.

Lastly, when you're running these tools frequently, you gotta watch the billing. The get_usage tool returns a clear report showing your API token consumption and what quota limits you still have remaining. You can also check the system status by retrieving detailed metadata about any specific assistant ID using get_assistant_info.

These tools let you control the entire document lifecycle—uploading, listing, deleting, checking status, and getting basic file info—while also letting you chat with agents, list all available agents, and track your usage right from your agent framework. You're running a tight operation here; this server makes sure every step of the way is accounted for.

Built · Hosted · Managed by Vinkius Tencent Yuanqi MCP Server - Manage AI Agents & RAG
Server ID 019d848b-9f16-71c0-9a78-eb05cd74a0e1
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I check if my uploaded file is ready for use with chat? +

You must call get_file_status first. This tool checks the document's processing state, letting you know exactly when it moves from 'uploaded' to 'ready,' which prevents your agent from failing.

What should I use if I need a list of all available assistants? +

Use list_assistants. It gives you an immediate, machine-readable inventory of every assistant ID in your workspace. This is better than manually navigating the UI.

Does the chat tool handle file context automatically? +

No, it doesn't. You must use upload_file and confirm readiness with get_file_status before calling the chat tool to ensure the agent uses your desired documents.

How can I track my token usage programmatically? +

Call get_usage. This returns a direct report on your current API quota and consumption, letting you build limits into your application logic before they hit zero.

How do I check the full configuration of an agent using `get_assistant_info`? +

It retrieves all metadata and setup details for any specific assistant ID. This lets you verify parameters or see if an agent needs updates before calling it.

What command should I use to list every document uploaded using `list_files`? +

list_files returns the IDs and names of every document linked to your account. You can run this tool for an audit of all knowledge bases available.

If a document is obsolete, how do I permanently remove it with `delete_file`? +

The delete_file tool removes the file ID you provide from your knowledge base. Note that this action is irreversible; double-check the file ID first.

Before using a document, how can I inspect its details with `get_file_info`? +

This tool pulls the complete metadata for any given file ID. You get details like size and upload date without having to process or read the content.

Can my AI automatically find the details of an assistant just by providing its ID? +

Yes! Use the get_assistant_info tool with the Assistant ID. Your agent will respond with complete metadata, configuration, and capabilities connected to that specific agent in seconds.

How do I check the remaining token quota for my account? +

Simply ask the agent to run the get_usage action. It will retrieve the current token consumption statistics and the remaining quota provided by the Yuanqi platform.

Can I upload multiple files for my assistant's knowledge base? +

Yes! Use the upload_file tool for each document you want to add. After uploading, use the list_files tool to verify they are processed and available for RAG operations.

Built & Managed by Vinkius 30s setup 7 tools

We've already built the connector for Tencent Yuanqi. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 7 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.