Cursor
{
"mcpServers": {
"taixin-documentation": {
"url": "https://taixin-semi.com/api/mcp"
}
}
}MCP
Connect AI coding tools to search public Taixin product, solution, download, and technical documentation sources. OAuth sign-in is required to protect account access.
https://taixin-semi.com/api/mcphttps://taixin-semi.com/api/mcp{
"mcpServers": {
"taixin-documentation": {
"url": "https://taixin-semi.com/api/mcp"
}
}
}{
"servers": {
"taixin-documentation": {
"type": "http",
"url": "https://taixin-semi.com/api/mcp"
}
}
}claude mcp add --transport http --scope user taixin-documentation "https://taixin-semi.com/api/mcp"codex mcp add taixin-documentation --url "https://taixin-semi.com/api/mcp"
codex mcp login taixin-documentationIf MCP: List Servers already contains taixin-documentation but the details page still shows Install, this is a UI state issue in some VS Code versions. Do not keep selecting Install. Confirm that the server starts by viewing its output or opening the tool picker.
code --add-mcp '{"name":"taixin-documentation","type":"http","url":"https://taixin-semi.com/api/mcp"}'search_taixin_sourcesSearch public Taixin sources for a concrete product, document, parameter, support, company, or application question.
query, language
get_taixin_product_specsReturn public product-spec sources for a Taixin model such as TXW8301.
model, language
find_taixin_downloadsFind public datasheets, manuals, SDKs, downloads, and technical documents for a Taixin product or topic.
query, language
compare_taixin_productsSearch public product and technical sources for two concrete Taixin models to support comparison.
leftModel, rightModel, language
The discovery script verifies OAuth metadata and dynamic client registration. The client smoke script verifies the OAuth challenge. The token smoke script can issue a short-lived test token in the target database, call initialize, tools/list, a TXW8301 tool call, and an out_of_scope generic search, then revoke the token.
$env:MCP_TEST_ENDPOINT="https://taixin-semi.com/api/mcp"
node frontend/scripts/mcp-oauth-discovery.test.mjs
node frontend/scripts/mcp-client-smoke.test.mjs
$env:MCP_TEST_BEARER_TOKEN="<access-token>"
node frontend/scripts/mcp-client-smoke.test.mjs
$env:MCP_TEST_ISSUE_TOKEN="1"
$env:MCP_TEST_DATABASE_URL="<database-url>"
node frontend/scripts/mcp-token-tool-call-smoke.test.mjs