Sonenta runs on your own machine — the client starts it, so there is no endpoint to ping. 239 installs a week from npm.
MCP server for Sonenta translation management: keys, translations, a11y, and source-health tools.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp -- npx -y @sonenta/mcp
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@sonenta/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@sonenta/mcp"]
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@sonenta/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@sonenta/mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SONENTA_API_KEY (Sonenta API key (mcp:* scope). If omitted, the server reads it from ~/.sonenta/credentials (run `sonenta login`). Legacy SONENTA_TOKEN / VERBUMIA_API_KEY / VERBUMIA_TOKEN are also accepted.), SONENTA_API_BASE (API host. Defaults to https://api.sonenta.dev.), SONENTA_PROJECTS (Comma-separated project UUIDs to scope the server to. Optional; use SONENTA_PROJECT for a single project.), SONENTA_AGENT_NAME (Optional agent identity — a short run name that groups this session's work in the Sonenta dashboard.), SONENTA_AGENT_TYPE (Optional agent identity — the agent kind (e.g. sonenta-i18n, sonenta-a11y).), SONENTA_AGENT_VERSION (Optional agent identity — the agent version. Defaults to the server's own version when unset.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Monarch Money — account, transaction, and budget management.
Foundation MCP server — chain discovery, daemon management, health checks, raw transactions
MCP server for Translation Services
MCP server for Focus NFe — NFe, NFSe, NFCe emission and management
MCP server for Todoist task management integration
MCP server for ASAM ODS with Jaquel query tools, connection management, and data access
Entropy0 MCP server — source trust and URL safety tools for AI agents
MCP server for dbatools — exposes SQL Server management commands as MCP tools
Answers built from our own checks of this server.