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.
npx claudepluginhub florin-szilagyi/ts-anaf --plugin anafAdd 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
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxANAF_ENV=prodANAF_CLIENT_ID=ANAF_REDIRECT_URI=https://localhost:9002/callbackANAF_CLIENT_SECRET=