Developer Tools
0200project.com
Provides plain-English transaction explanations for Base-mainnet and a pass purchase feature for API access.
ENDPOINT 1
https://base-tx-explain.fly.dev/mcp
MCP server metadata
- Name
- base-tx-explain
- Version
- 0.1.2
Known tools 2
buy_passBuy a 30-day pass for $9 in USDC on Base via x402: up to 10,000 explain_transaction calls with no per-call payment.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.base-tx-explain]
url = "https://base-tx-explain.fly.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"base-tx-explain": {
"type": "http",
"url": "https://base-tx-explain.fly.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: base-tx-explain
Remote MCP URL: https://base-tx-explain.fly.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"base-tx-explain": {
"url": "https://base-tx-explain.fly.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"base-tx-explain": {
"type": "http",
"url": "https://base-tx-explain.fly.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "base-tx-explain",
"transport": "streamable-http",
"url": "https://base-tx-explain.fly.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.0200project.com/mcp?ref=mcp-registry
MCP server metadata
- Name
- base-tx-explain
- Version
- 0.1.3
Known tools 2
buy_passBuy a 30-day pass for $9 in USDC on Base via x402: up to 10,000 explain_transaction calls with no per-call payment.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.base-tx-explain]
url = "https://api.0200project.com/mcp?ref=mcp-registry"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"base-tx-explain": {
"type": "http",
"url": "https://api.0200project.com/mcp?ref=mcp-registry"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: base-tx-explain
Remote MCP URL: https://api.0200project.com/mcp?ref=mcp-registry
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"base-tx-explain": {
"url": "https://api.0200project.com/mcp?ref=mcp-registry"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"base-tx-explain": {
"type": "http",
"url": "https://api.0200project.com/mcp?ref=mcp-registry"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "base-tx-explain",
"transport": "streamable-http",
"url": "https://api.0200project.com/mcp?ref=mcp-registry"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fly.dev was fetched 2026-08-25T12:47:23.082Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.