MCP Core Library
@MCPStudio
关于 MCP Core Library
Contains the business logic and MCP server ports.
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Core Library?
MCP Core Library is a crate containing the domain business logic and ports of an MCP server, following a hexagonal architecture. It defines pure business logic and interfaces (ports) while remaining independent of implementation details and specific technologies.
How to use MCP Core Library?
The README does not include installation or configuration instructions. It describes the crate’s architectural role and components; usage details would be provided in the crate’s own documentation.
Key features of MCP Core Library
- Contains only domain business logic and ports.
- Defines a
Toolport for executable tools. - Defines a
Transportport for network communication. - Includes abstract message types and domain errors.
- Uses
ToolRegistryfor registering and searching tools. - Minimal dependencies:
serdeandtokioonly.
Use cases of MCP Core Library
- Building an MCP server with clean hexagonal architecture.
- Decoupling domain logic from implementation details like JSON-RPC.
- Managing tool registration and execution via
ToolRegistry.
FAQ from MCP Core Library
What is the purpose of the MCP Core Library?
It holds the domain business logic and ports of an MCP server, following hexagonal architecture to keep domain independent of technology.
What dependencies does it require?
Only basic crates: serde and tokio (for async types), to remain minimal and preserve domain isolation.
Does it handle serialization protocols like JSON-RPC?
No, specific protocol details like JSON-RPC are deliberately excluded and will be implemented in external adapters, in accordance with hexagonal architecture principles.
How are tools managed in the library?
The ToolRegistry provides registration and search of tools by name. A simple internal implementation uses a HashMap<String, Box<dyn Tool>>, but could be formalized as a trait for different storage strategies.
What are the main ports defined?
Primary/driving ports: Tool (interface for executable tools). Secondary/driven ports: Transport (interface for network communication).
常见问题
What is the purpose of the MCP Core Library?
It holds the domain business logic and ports of an MCP server, following hexagonal architecture to keep domain independent of technology.
What dependencies does it require?
Only basic crates: `serde` and `tokio` (for async types), to remain minimal and preserve domain isolation.
Does it handle serialization protocols like JSON-RPC?
No, specific protocol details like JSON-RPC are deliberately excluded and will be implemented in external adapters, in accordance with hexagonal architecture principles.
How are tools managed in the library?
The `ToolRegistry` provides registration and search of tools by name. A simple internal implementation uses a `HashMap<String, Box<dyn Tool>>`, but could be formalized as a trait for different storage strategies.
What are the main ports defined?
Primary/driving ports: `Tool` (interface for executable tools). Secondary/driven ports: `Transport` (interface for network communication).
基本信息
开发工具 分类下的更多 MCP 服务器
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
Huoshan Test
volcengineAltronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI MCP Server — career, labor market, and business idea intelligence for AI agents. 11 tools covering real-time FRED labor market signals, BLS wage data (126 occupations), AI-generated app ideas, career paths,
评论