Page-cited retrieval for embedded docs, datasheets, MISRA, CMSIS, and RTOS references.
claude mcp add embedded-docs --transport http https://mcp.byteask.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"embedded-docs": {
"url": "https://mcp.byteask.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"embedded-docs": {
"serverUrl": "https://mcp.byteask.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"embedded-docs": {
"type": "http",
"url": "https://mcp.byteask.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"embedded-docs": {
"url": "https://mcp.byteask.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"embedded-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.byteask.ai/mcp"
]
}
}
}
Search the indexed embedded / firmware / hardware reference corpus; return verbatim, page-cited evidence. The indexed corpus covers: grid-interconnection & DER standards (IEEE 1547 / 1547.1 / 2030.5, SunSpec Modbus profiles, ENA G98/G99 and other grid codes); industrial & fieldbus protocols (Modbus, CAN / ISO-TP, MQTT); SCPI instrument-programming manuals (power analysers, grid simulators, programmable AC sources); Arm Cortex-M and other MCU / hardware datasheets (registers, bitfields, reset values); FPGA transceivers, silicon & toolchain (AMD/Xilinx UltraScale GTH/GTY/GTM and 7-series GTX, SelectIO/clocking, Vivado & Vitis HLS, device datasheets) plus networking & interface IP product guides (10G/25G and 100G Ethernet, PCIe integrated block, XDMA/QDMA/AXI-DMA, DDR4 memory IP); bus & interconnect specs (AMBA AXI and AXI4-Stream); optical-module management (SFF-8472/8636 SFP+/QSFP DDM); networking protocol RFCs (IPv4, TCP, UDP, ARP, Internet checksum), the PCIe Base Specification and IE
{
"properties": {
"query": {
"title": "Query",
"type": "string"
},
"limit": {
"default": 8,
"title": "Limit",
"type": "integer"
},
"effort": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Effort"
}
},
"required": [
"query"
],
"title": "search_docsArguments",
"type": "object"
}
Expand a previous search hit to its full verbatim section (markdown). Args: result_id: The result_id from a search_docs hit. effort: Internal diagnostics tag; clients should leave this unset.
{
"properties": {
"result_id": {
"title": "Result Id",
"type": "string"
},
"effort": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Effort"
}
},
"required": [
"result_id"
],
"title": "get_contextArguments",
"type": "object"
}
Request that a document be ADDED to the corpus - use this when search_docs returns 'no confident match' for material it should cover (a standard, protocol spec, SCPI or instrument manual, MCU / hardware datasheet, or library reference). This does NOT search; use search_docs for that. Pass ONE string with as much as you know: the document title or standard number, a URL if you have one, the edition / version, and what you were looking for. Requests are reviewed and the document is typically added within 24 hours.
{
"properties": {
"request": {
"title": "Request",
"type": "string"
},
"effort": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Effort"
}
},
"required": [
"request"
],
"title": "request_documentArguments",
"type": "object"
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.byteask.ai/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/ai.byteask--embedded-docs/reviews or the review_server meta-tool.
POST /mcp