Phalcon MCP Server
@mark3labs
About Phalcon MCP Server
MCP server that integrates with the BlockSec https://blocksec.com platform to provide blockchain transaction analysis.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"phalcon-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mark3labs/phalcon-mcp:latest",
"serve"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Phalcon MCP Server?
Phalcon MCP Server integrates with the BlockSec platform to provide blockchain transaction analysis tools via the Model Context Protocol (MCP). It is designed for developers and analysts who need programmatic access to blockchain transaction data.
How to use Phalcon MCP Server?
Install via go install github.com/mark3labs/phalcon-mcp@latest or run the Docker image. Start the server with phalcon-mcp serve. It can also be used as a Go package in stdio or in-process mode.
Key features of Phalcon MCP Server
- Trace the different calls of a transaction with gas usage metrics
- Profile a transaction with flow of funds and token information
- Get human-readable labels for contract addresses
- Retrieve detailed balance change information
- Retrieve detailed state change information (e.g., storage variables)
- Comprehensive transaction overview aggregating all analysis tools
- Look up chain ID by name, chain, or chain slug
Use cases of Phalcon MCP Server
- Analyze a blockchain transaction’s internal calls and gas consumption
- Obtain a detailed profile of a transaction including token flows
- Identify contract addresses with human-readable labels
- Monitor balance and state changes in transactions
- Retrieve chain IDs for different blockchains
FAQ from Phalcon MCP Server
How do I install the server?
Install via go install github.com/mark3labs/phalcon-mcp@latest or use the Docker image ghcr.io/mark3labs/phalcon-mcp:latest.
How do I start the server?
Run phalcon-mcp serve from the command line.
What transports are supported?
The server supports stdio mode and in-process mode when used as a Go package.
Can I run it in Docker?
Yes, with docker run -i --rm ghcr.io/mark3labs/phalcon-mcp:latest serve.
Frequently asked questions
How do I install the server?
Install via `go install github.com/mark3labs/phalcon-mcp@latest` or use the Docker image `ghcr.io/mark3labs/phalcon-mcp:latest`.
How do I start the server?
Run `phalcon-mcp serve` from the command line.
What transports are supported?
The server supports stdio mode and in-process mode when used as a Go package.
Can I run it in Docker?
Yes, with `docker run -i --rm ghcr.io/mark3labs/phalcon-mcp:latest serve`.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ghidraMCP
LaurieWiredMCP Server for Ghidra
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments