Vinkius
Lingyi Wanwu

Lingyi Wanwu MCP for AI. Orchestrate chat, embeddings, and usage metrics for Yi models.

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

Lingyi Wanwu MCP on Cursor AI Code EditorLingyi Wanwu MCP on Claude Desktop AppLingyi Wanwu MCP on OpenAI Agents SDKLingyi Wanwu MCP on Visual Studio CodeLingyi Wanwu MCP on GitHub Copilot AI AgentLingyi Wanwu MCP on Google Gemini AILingyi Wanwu MCP on Lovable AI DevelopmentLingyi Wanwu MCP on Mistral AI AgentsLingyi Wanwu MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

Lingyi Wanwu connects your AI agent directly to the Yi LLM ecosystem. This MCP handles chat completions, generates semantic embeddings for RAG pipelines, and provides real-time account usage monitoring.

You get a single point of control over high-performance bilingual models like Yi-Large.

What your AI can do

List models

Fetches a list of all accessible Yi model names and their technical specifications.

Chat completions

Sends a prompt message to one of the Yi models and returns the generated response.

Check moderation

Runs content through policy filters, flagging any text that violates usage guidelines.

+ 1 more capabilities included
Generate conversation responses

Send prompts to Yi models (like chat-34B or Yi-Large) and receive structured text outputs, maintaining context across turns.

Create semantic vectors

Take any piece of text and generate a high-dimensional embedding vector for use in search indexes and RAG systems.

Check content compliance

Pass outgoing prompts or generated responses through the moderation tool to check for policy violations before they are sent.

View available models

List all Yi model versions and retrieve their specific technical details, helping you choose the right model for the job.

Track token usage

Retrieve current account statistics, including consumed tokens and remaining balance, keeping your operational costs clear.

Included with Plan

Waiting for input…

AI Agent

Lingyi Wanwu: 5 Tools for Model Operations

Use these tools to manage the entire lifecycle of your LLM integration—from model selection and conversation running to cost tracking.

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 Lingyi Wanwu on Vinkius

List Models

Fetches a list of all accessible Yi model names and their technical specifications.

Chat Completions

Sends a prompt message to one of the Yi models and returns the generated response.

Check Moderation

Runs content through policy filters, flagging any text that violates usage...

Get Embeddings

Takes input text and generates a numerical vector representing its semantic meaning.

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 Lingyi Wanwu 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 Lingyi Wanwu, 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
Lingyi Wanwu 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 Lingyi Wanwu. 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 4 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Manually checking model availability and usage stats is a time sink.

Today, if you want to know what models are available or how much money you’ve spent, you open three separate dashboards. One for billing, one for the model catalog, and another just for running tests. You copy IDs here, paste them there, and manually track tokens across spreadsheets.

With this MCP Server, all that data is exposed via simple tools. Run `list_models` to see every version available, then run `get_usage` to check your budget—all in the same agent workflow. It keeps the complexity visible, not hidden in a dashboard.

Using Lingyi Wanwu MCP Server for Chat Completions

Without this server, every time you want to update your chat logic—say, going from Yi-Large to Yi-34B—you have to write new boilerplate code and manually manage context window sizes.

Now, your agent handles the model switching. You just call `chat_completions` with the desired model ID, and it executes the logic. It makes model selection a simple function call, not a rewrite of your application's core logic.

What your AI can actually do with this

Lingyi Wanwu connects your AI agent right into the whole Yi LLM ecosystem. You're getting a single point of control over high-performance, bilingual models like Yi-Large. This MCP handles everything you need—from running chats to generating vectors and keeping tabs on what you spend.

You can use the chat_completions tool to send any prompt message to one of the available Yi models; it'll return a generated response while maintaining context across multiple turns in the conversation. Before sending or receiving text, you can pass content through check_moderation. This tool runs your prompts and responses against policy filters, flagging anything that violates usage guidelines so you know your output is clean.

When you need to power up an advanced search index or build out a Retrieval Augmented Generation (RAG) system, use get_embeddings. It takes any piece of text you throw at it and generates a high-dimensional numerical vector representing the semantic meaning. For model selection, the list_models tool lets you fetch a complete list of all accessible Yi models, giving you their specific technical specs so you know exactly what you're working with.

Lastly, tracking costs is simple. The get_usage tool retrieves your current account metrics. It shows you how many tokens you've consumed and what your remaining balance is. You can keep an eye on your operational spending without having to check a dashboard manually.

Built · Hosted · Managed by Vinkius Lingyi Wanwu MCP Server - Yi LLM API & Embeddings
Server ID 019d8454-2612-7344-ac66-7c9d803e1830
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I check my token usage using the `get_usage` tool? +

Call get_usage() in your agent workflow. It will return a JSON object detailing your current consumption and remaining balance for the Yi models.

What is the difference between chat completions and embeddings? +

Chat completions generate text based on prompts (like having a conversation). Embeddings (get_embeddings) convert text into numerical vectors, which are used by search engines to find semantic matches.

`list_models` tool: does it list all LLMs? +

No, list_models only lists the available Yi models. For a complete picture of every model on the market, you'll need to consult external documentation.

Can I use `check_moderation` before running `chat_completions`? +

Yes. It’s best practice to run a user prompt through check_moderation first. If the output is flagged, you stop the workflow and prevent the chat call from ever happening.

How do I handle rate limits when running `chat_completions`? +

The service manages standard API rate limits. If your agent exceeds the quota, it will receive a specific HTTP error code that tells you exactly how long to wait before retrying. You must implement exponential backoff in your workflow logic.

Does `get_embeddings` handle bilingual text, specifically Chinese characters? +

Yes, the embedding model is optimized for both English and Mandarin (EN/CN). You can pass combined English and Chinese texts together; it generates a single semantic vector that properly accounts for both language inputs.

If I use an outdated model name in `chat_completions`, how does `list_models` help? +

The list_models tool provides the definitive, currently active names and versions of all supported Yi models. Run this first to guarantee you are using the correct identifier before submitting any chat request.

What is the expected input format when running `check_moderation`? +

The tool expects either a single string or an array of strings in the payload. It checks all provided text elements against policy rules and returns a status flag for every item you send.

Which Yi model is best for complex reasoning? +

For complex reasoning and high-quality outputs, yi-large is recommended. For faster response times and cost efficiency, yi-medium or yi-spark are excellent alternatives.

Can I automatically retrieve my remaining account balance? +

Yes! Use the get_balance tool. Your agent will connect to the Lingyi Wanwu billing service and return your current remaining credits.

How do I list all the technical specs for the Yi models? +

Use the list_models tool. Your agent will retrieve a list of all models currently available on the platform, along with their IDs and capabilities.

Built & Managed by Vinkius 30s setup 4 tools

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

No hosting. No infrastructure. No complex setup.
All 4 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.