This MCP server integrates with the BlockSec platform to provide blockchain transaction analysis tools via the Model Context Protocol (MCP).
Trace
chainId
(required), transactionHash
(required)Profile
chainId
(required), transactionHash
(required)AddressLabel
chainId
(required), transactionHash
(required)BalanceChange
chainId
(required), transactionHash
(required)StateChange
chainId
(required), transactionHash
(required)TransactionOverview
chainId
(required), transactionHash
(required)name
(required)go install github.com/mark3labs/phalcon-mcp@latest
Start the MCP server:
phalcon-mcp serve
Check the version:
phalcon-mcp version
To integrate this server with apps that support MCP:
{
"mcpServers": {
"phalcon": {
"command": "phalcon-mcp",
"args": ["serve"]
}
}
}
You can run the Phalcon MCP server using Docker:
docker run -i --rm ghcr.io/mark3labs/phalcon-mcp:latest serve
To integrate the Docker image with apps that support MCP:
{
"mcpServers": {
"phalcon": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mark3labs/phalcon-mcp:latest",
"serve"
]
}
}
}
MIT
{
"mcpServers": {
"phalcon": {
"env": {},
"args": [
"serve"
],
"command": "phalcon-mcp"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.