果子狸MCP服务
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| easyeda_health | Check the persistent EasyEDA bridge connection and report the active project, schematic, and page. |
| schematic_list_pages | List every schematic and page in the open EasyEDA project, even when no page is currently open. |
| schematic_inspect_page | Read components, pins, positions, nets, and optionally wires from one schematic page. |
| schematic_inspect_regionB | Read components and wires that touch a rectangular schematic region. |
| component_searchA | Search the EasyEDA device library and return stable library/device UUIDs and sourcing metadata. |
| schematic_analyze_readability | Estimate human readability using port density, zero-length wires, component spacing, and wire crossings. |
| schematic_apply_operations | Validate and immediately apply EasyEDA operations. The first write in this MCP session creates one schematic backup automatically. |
| schematic_rename_pageC | Rename one schematic page directly. |
| schematic_delete_pageB | Delete one schematic page; the only remaining page cannot be deleted. |
| schematic_delete_primitivesC | Delete components and wires by primitive ID. |
| schematic_place_components | Place one or more library components. Use component_search UUIDs and finish placement before wiring. |
| schematic_move_componentsA | Move one or more existing part components to absolute schematic coordinates. Inspect the page first to obtain primitive IDs. |
| schematic_move_components_with_wires | Translate selected existing part components and complete wire polylines together by one delta. Only explicitly listed wires are moved. |
| schematic_create_wiresA | Create direct named wires. A net name can be assigned without placing a net port or label first. |
| schematic_connect_pin_pairs | Connect component pin pairs with a straight line or one orthogonal bend. |
| schematic_create_net_flagsC | Create standard power, ground, analog-ground, or protection-ground flags. |
| schematic_create_ports_for_pins | Create outward-facing ports for selected pins. Reserve for cross-page or genuinely long connections. |
| schematic_create_textsC | Create one or more human-readable schematic annotations. |
| schematic_run_drcB | Run strict schematic DRC on a page. EasyEDA may return only aggregate counts in some versions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lyq11/guozili-mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server