- Explore MCP Servers
- mcp-core
Mcp Core
What is Mcp Core
mcp-core is the core protocol logic for the Machine-Centric Protocol (MCP) on the Solana blockchain. It includes essential smart contracts that form the backbone of the MCP ecosystem.
Use cases
Use cases for mcp-core include building decentralized finance (DeFi) applications, creating automated agents for trading, and developing complex smart contract interactions within the MCP ecosystem.
How to use
To use mcp-core, first install the necessary dependencies with ‘npm install’. Then, build the Solana programs using ‘anchor build’ and run tests with ‘npm test’.
Key features
Key features of mcp-core include a Registry Layer for agent and permission management, Execution Tracking for transaction monitoring, Anchor-compatible IDL files, and JavaScript/TypeScript SDK client bindings.
Where to use
mcp-core can be used in decentralized applications (dApps) on the Solana blockchain, particularly in scenarios requiring efficient transaction handling and agent management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Core
mcp-core is the core protocol logic for the Machine-Centric Protocol (MCP) on the Solana blockchain. It includes essential smart contracts that form the backbone of the MCP ecosystem.
Use cases
Use cases for mcp-core include building decentralized finance (DeFi) applications, creating automated agents for trading, and developing complex smart contract interactions within the MCP ecosystem.
How to use
To use mcp-core, first install the necessary dependencies with ‘npm install’. Then, build the Solana programs using ‘anchor build’ and run tests with ‘npm test’.
Key features
Key features of mcp-core include a Registry Layer for agent and permission management, Execution Tracking for transaction monitoring, Anchor-compatible IDL files, and JavaScript/TypeScript SDK client bindings.
Where to use
mcp-core can be used in decentralized applications (dApps) on the Solana blockchain, particularly in scenarios requiring efficient transaction handling and agent management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Core
Overview
The core protocol logic for Machine-Centric Protocol (MCP) on Solana. This repository contains the fundamental Solana programs (smart contracts) that power the MCP ecosystem.
Components
- Registry Layer: Agent, context, and permission management
- Execution Tracking: Transaction monitoring and metering
- IDL Files: Anchor-compatible interface definition files
- Client Bindings: JavaScript/TypeScript SDK for Solana using Anchor
Development Setup
# Install dependencies
npm install
# Build the Solana programs
anchor build
# Run tests
npm test
Repository Structure
/programs- Solana smart contracts written in Rust with Anchor/clients- JavaScript/TypeScript SDK for interacting with MCP/tests- Unit and integration tests/.github- CI/CD workflows for testing and deployment
Links
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










