RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.oaslananka/easyeda-mcp-pro · v0.4.0
MCP server for EasyEDA Pro: PCB design, BOM sourcing, and AI-assisted hardware review.
easyeda-mcp-pro 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"easyeda-mcp-pro": {
"command": "npx",
"args": [
"-y",
"easyeda-mcp-pro"
]
}
}
}NODE_ENV可选Environment mode
LOG_LEVEL可选Pino log level
TOOL_PROFILE可选Active tool profile
TRANSPORT可选Server transport mode
HTTP_HOST可选HTTP bind address
HTTP_PORT可选HTTP port
BRIDGE_HOST可选Bridge host for EasyEDA Pro connection
BRIDGE_PORT可选Bridge port
BRIDGE_TIMEOUT_MS可选Bridge call timeout in ms
DATA_DIR可选Data directory for storage
JLCPCB_MODE可选JLCPCB API mode
JLCPCB_CLIENT_ID可选secretJLCPCB API client ID
JLCPCB_CLIENT_SECRET可选secretJLCPCB API client secret
MOUSER_API_KEY可选secretMouser API key
DIGIKEY_CLIENT_ID可选secretDigiKey OAuth2 client ID
DIGIKEY_CLIENT_SECRET可选secretDigiKey OAuth2 client secret
LCSC_API_KEY可选secretLCSC API key
AI_API_KEY可选secretAI provider API key
OAUTH_ENABLED可选Enable OAuth for HTTP mode
OTEL_ENABLED可选Enable OpenTelemetry
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.oaslananka/easyeda-mcp-pro",
"type": "mcp-server",
"version": "0.4.0",
"displayName": "easyeda-mcp-pro",
"description": "MCP server for EasyEDA Pro: PCB design, BOM sourcing, and AI-assisted hardware review.",
"repository": {
"url": "https://github.com/oaslananka/easyeda-mcp-pro",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "easyeda-mcp-pro",
"version": "0.4.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "NODE_ENV",
"description": "Environment mode"
},
{
"name": "LOG_LEVEL",
"description": "Pino log level"
},
{
"name": "TOOL_PROFILE",
"description": "Active tool profile"
},
{
"name": "TRANSPORT",
"description": "Server transport mode"
},
{
"name": "HTTP_HOST",
"description": "HTTP bind address"
},
{
"name": "HTTP_PORT",
"description": "HTTP port"
},
{
"name": "BRIDGE_HOST",
"description": "Bridge host for EasyEDA Pro connection"
},
{
"name": "BRIDGE_PORT",
"description": "Bridge port"
},
{
"name": "BRIDGE_TIMEOUT_MS",
"description": "Bridge call timeout in ms"
},
{
"name": "DATA_DIR",
"description": "Data directory for storage"
},
{
"name": "JLCPCB_MODE",
"description": "JLCPCB API mode"
},
{
"name": "JLCPCB_CLIENT_ID",
"description": "JLCPCB API client ID",
"isSecret": true
},
{
"name": "JLCPCB_CLIENT_SECRET",
"description": "JLCPCB API client secret",
"isSecret": true
},
{
"name": "MOUSER_API_KEY",
"description": "Mouser API key",
"isSecret": true
},
{
"name": "DIGIKEY_CLIENT_ID",
"description": "DigiKey OAuth2 client ID",
"isSecret": true
},
{
"name": "DIGIKEY_CLIENT_SECRET",
"description": "DigiKey OAuth2 client secret",
"isSecret": true
},
{
"name": "LCSC_API_KEY",
"description": "LCSC API key",
"isSecret": true
},
{
"name": "AI_API_KEY",
"description": "AI provider API key",
"isSecret": true
},
{
"name": "OAUTH_ENABLED",
"description": "Enable OAuth for HTTP mode"
},
{
"name": "OTEL_ENABLED",
"description": "Enable OpenTelemetry"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.oaslananka/easyeda-mcp-pro",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.oaslananka%2Feasyeda-mcp-pro/versions/latest",
"isOfficial": true,
"status": "active"
}
}