Stats
Actions
Tags
From anaf
Runs locally via npx to provide authenticated access to ANAF (Romanian National Agency for Fiscal Administration) APIs. Requires ANAF client ID, secret, redirect URI, and environment.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"anaf": {
"command": "npx",
"args": [
"-y",
"@florinszilagyi/anaf-mcp@latest"
],
"env": {
"ANAF_ENV": "prod",
"ANAF_CLIENT_ID": "",
"ANAF_REDIRECT_URI": "https://localhost:9002/callback",
"ANAF_CLIENT_SECRET": "<your-anaf-client-secret>"
}
}
}
}Replace placeholder values for: ANAF_CLIENT_SECRET
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
ANAF_ENV=prodANAF_CLIENT_ID=ANAF_REDIRECT_URI=https://localhost:9002/callbackANAF_CLIENT_SECRET=Sensitive values you must provide — never committed to source control
npx claudepluginhub florin-szilagyi/ts-anaf --plugin anaf