# Tencent Yuanqi MCP for AI Agents AI Agent Connect

> Tencent Yuanqi lets you hook up your AI agents to Tencent's official intelligent agent platform. You can chat with agents, manage their knowledge bases by uploading or deleting documents, and keep tabs on your assistant configurations and token usage. It's the bridge between your local workflow and the Hunyuan model ecosystem.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_MITkWx3TkV2oM8SjxiydS6HCeWN5etyUyptl73pZ/ai-agent-connect
- **Tags:** tencent, yuanqi, ai-agents, rag-knowledge-base, hunyuan-model

## Description

Tencent Yuanqi lets you hook up your AI agents to Tencent's official intelligent agent platform. You can chat with agents, manage their knowledge bases by uploading or deleting documents, and keep tabs on your assistant configurations and token usage. It's the bridge between your local workflow and the Hunyuan model ecosystem. Dealing with different AI platforms usually means jumping between tabs, manually copying text, and constantly checking if your files actually made it into the knowledge base. This Connector changes that by bringing Tencent Yuanqi's capabilities directly into your existing agentic workflow. Instead of logging into a separate dashboard to update an assistant's profile or upload a new PDF, you can just tell your agent to do it for you. You get a direct line to the Hunyuan model's ecosystem where you can manage the lifecycle of your documents and interact with published agents in persistent sessions. It handles the heavy lifting of status tracking so you don't have to guess if a file is still processing. When you find this in the Vinkius catalog, you're getting a way to treat Tencent's agent platform as just another tool in your kit. You can swap out data, check quotas, and manage multiple assistants without ever leaving your primary workspace. It's about making the platform work for you, rather than you working for the platform.

## Tools

### get_file_info
Grab the specific details for a single uploaded file. Use this to confirm IDs and status for specific documents.

### get_file_status
Check if a document is still being processed. This keeps you from guessing when your RAG knowledge base is ready.

### upload_file
Send a new document to the platform for assistant context. This lets you build out your knowledge base on the fly.

### get_assistant_info
Pull the metadata and config for a specific assistant. It's great for verifying settings without opening the web portal.

### list_files
See every document currently in your agent's knowledge base. It's a quick way to audit your uploaded content.

### chat
Start a conversation with a specific Tencent Yuanqi assistant. Use this to test responses or get information from your published agents.

### delete_file
Remove a specific file from your assistant's knowledge base. Use this to keep your data clean and relevant.

## Prompt Examples

**Prompt:** 
```
I need to add the 'Q3_Marketing_Specs.pdf' to my assistant's knowledge base. Can you do that?
```

**Response:** 
```
I've started uploading 'Q3_Marketing_Specs.pdf' to your Tencent Yuanqi assistant. I'll monitor the status for you and let you know as soon as it's ready for use in our chat.
```

**Prompt:** 
```
Can you show me a list of all the files I've uploaded to my research agent?
```

**Response:** 
```
Here are the files currently in your research agent's knowledge base:

| File Name | Status | ID |
| :--- | :--- | :--- |
| Q3_Marketing_Specs.pdf | Processing | file_992 |
| User_Personas_2024.pdf | Ready | file_881 |
| Competitor_Analysis.docx | Ready | file_770 |
```

**Prompt:** 
```
How many tokens do I have left on my current account?
```

**Response:** 
```
I've checked your account status. Here is your current usage summary:

* **Total Tokens Used:** 1.2M
* **Remaining Quota:** 8.8M
* **Status:** Healthy

I can help you monitor this as we continue our conversation.
```

## Capabilities

### Chat with published agents
Start and maintain persistent conversations with your existing Tencent Yuanqi assistants.

### Upload documents to knowledge bases
Add new files to your assistant's context directly from your AI client.

### Check file processing status
See if your uploaded documents are ready for the agent to use in real time.

### List all uploaded files
Get a full inventory of the documents currently in your agent's knowledge base.

### Delete old knowledge base files
Remove outdated or irrelevant documents from your assistant's data source.

### Retrieve assistant metadata
Pull configuration details and IDs for any assistant in your workspace.

### Monitor token usage and quotas
Track your account's token consumption and remaining limits programmatically.

## Use Cases

### Rapid RAG Knowledge Updates
A developer wants to add a new set of specs to an agent. They use upload_file to add the PDF and then chat to see how the agent answers questions about it.

### Knowledge Base Auditing
A knowledge manager needs to see what documents are live. They use list_files to see the inventory and get_file_info to check specific document IDs.

### Automated Agent Testing
A product team wants to verify an assistant's configuration. They use get_assistant_info to pull metadata and chat to test the response quality.

### Data Pruning
A user wants to remove obsolete training data. They use delete_file to remove old documents and keep the agent's focus on current information.

## Benefits

- Update your knowledge base instantly by using upload_file to add documents without leaving your agent's chat window.
- Stop guessing about file status by using get_file_status to see exactly when your RAG data is ready for the agent to use.
- Keep your assistant configurations organized by pulling metadata with get_assistant_info instead of clicking through the web dashboard.
- Audit your content easily with list_files to ensure only the right documents are being used for your agent's context.
- Maintain a clean data environment by using delete_file to prune outdated information from your assistant's knowledge base.
- Track your costs and limits by checking token consumption and quotas programmatically to avoid unexpected overages.

## How It Works

The bottom line is you get a direct programmatic bridge to the Tencent Yuanqi agent ecosystem.

1. Subscribe to this Connector and grab your API Key from the My Creations tab in Tencent Yuanqi.
2. Plug in your API Key and Assistant ID into your AI client's configuration fields.
3. Start giving your agent commands to manage files, check statuses, or chat with your assistants.

## Frequently Asked Questions

**What is Tencent Yuanqi?**
It's an intelligent agent platform that uses the Hunyuan model to power specialized assistants. This Connector lets your AI client talk to those assistants directly.

**Can I use this Connector to build a RAG system?**
Yes, it lets you upload documents to a knowledge base and manage those files, which is the core of building a RAG system on the Tencent platform.

**Does this work with any AI client?**
It works with any client that supports the Model Context Protocol, like Claude or Cursor.

**How do I manage my assistant's data?**
You can use the Connector to list, upload, and delete files from your assistant's knowledge base without leaving your chat interface.

**Can I check if my files are ready?**
Yes, the Connector includes a tool to check the processing status of your uploaded documents so you know when they're active.

**Is this for the Hunyuan model?**
Yes, it specifically connects you to the Tencent Yuanqi platform which is powered by the Hunyuan large model.

**Can I see my token usage?**
Yes, you can check your remaining quota and token consumption programmatically to manage your account limits.

**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.