Fidacy MCP Server
Rank #29,571com.fidacy/mcp
Payment firewall for AI agents: a signed, verifiable verdict on every money-moving action.
Fidacy MCP Server is a Model Context Protocol (MCP) server published by lucaslubi. It ranks #29,571 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Fidacy MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 1, 2026 and most recently updated on Jul 20, 2026.
Ranks ahead of 85,889 of 115,460 servers on MCP Toplist.
Use Fidacy MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fidacy -e "FIDACY_ENGINE_API_KEY=<your FIDACY_ENGINE_API_KEY>" -e "FIDACY_MODE=<your FIDACY_MODE>" -- npx -y @fidacy/mcpReplace each placeholder with your own value before saving.
[mcp_servers.fidacy]
command = "npx"
args = ["-y", "@fidacy/mcp"]
[mcp_servers.fidacy.env]
FIDACY_ENGINE_API_KEY = "<your FIDACY_ENGINE_API_KEY>"
FIDACY_MODE = "<your FIDACY_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fidacy": {
"command": "npx",
"args": [
"-y",
"@fidacy/mcp"
],
"env": {
"FIDACY_ENGINE_API_KEY": "<your FIDACY_ENGINE_API_KEY>",
"FIDACY_MODE": "<your FIDACY_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fidacy": {
"command": "npx",
"args": [
"-y",
"@fidacy/mcp"
],
"env": {
"FIDACY_ENGINE_API_KEY": "<your FIDACY_ENGINE_API_KEY>",
"FIDACY_MODE": "<your FIDACY_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fidacy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fidacy/mcp"
],
"env": {
"FIDACY_ENGINE_API_KEY": "<your FIDACY_ENGINE_API_KEY>",
"FIDACY_MODE": "<your FIDACY_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fidacy": {
"command": "npx",
"args": [
"-y",
"@fidacy/mcp"
],
"env": {
"FIDACY_ENGINE_API_KEY": "<your FIDACY_ENGINE_API_KEY>",
"FIDACY_MODE": "<your FIDACY_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fidacy": {
"command": "npx",
"args": [
"-y",
"@fidacy/mcp"
],
"env": {
"FIDACY_ENGINE_API_KEY": "<your FIDACY_ENGINE_API_KEY>",
"FIDACY_MODE": "<your FIDACY_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.fidacy%2Fmcp)<a href="https://mcptoplist.com/server/com.fidacy%2Fmcp"><img src="https://mcptoplist.com/badge/com.fidacy%2Fmcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
lucaslubi
Available versions (3)
| Version | Published |
|---|---|
| 0.2.3 | Jul 20, 2026 |
| 0.1.10 | Jul 2, 2026 |
| 0.1.9 | Jul 1, 2026 |
Frequently asked questions
- Who maintains Fidacy MCP Server?
- Fidacy MCP Server is maintained by lucaslubi, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Fidacy MCP Server listed on the Official MCP Registry?
- Yes — Fidacy MCP Server is listed on the Official MCP Registry.
- How many versions does Fidacy MCP Server have?
- MCP Toplist tracks 3 versions of Fidacy MCP Server, most recently published on Jul 20, 2026.
- Where can I find the source code for Fidacy MCP Server?
- The source code for Fidacy MCP Server is hosted at github.com/lucaslubi/fidacy-mcp.