AI & Machine Learning
agent-utils.ai
Provides persistent key-value storage with TTL extension for AI agent memory.
ENDPOINT 1
https://memory.agent-utils.ai/mcp
MCP server metadata
- Name
- agent-utils-memory
- Version
- 1.0.0
Known tools 17
list_keysList keys in a namespace with metadata (created_at, updated_at, updated_count, ttl, priority, last_modified_key_id).
Inferred read-onlytop_memoriesReturn the top N highest-priority non-expired keys in a namespace, ordered by priority descending.
Inferred read-onlysettle_balanceCharges the saved payment method to settle your outstanding balance.
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.agent-utils-memory]
url = "https://memory.agent-utils.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-utils-memory": {
"type": "http",
"url": "https://memory.agent-utils.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-utils-memory
Remote MCP URL: https://memory.agent-utils.ai/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": {
"agent-utils-memory": {
"url": "https://memory.agent-utils.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-utils-memory": {
"type": "http",
"url": "https://memory.agent-utils.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-utils-memory",
"transport": "streamable-http",
"url": "https://memory.agent-utils.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mutex.agent-utils.ai/mcp
MCP server metadata
- Name
- agent-utils-mutex
- Version
- 1.0.0
Known tools 13
release_lockRelease a lock you hold, immediately freeing the resource for other agents.
Inferred read-onlysettle_balanceCharges the saved payment method to settle your outstanding balance.
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.agent-utils-mutex]
url = "https://mutex.agent-utils.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-utils-mutex": {
"type": "http",
"url": "https://mutex.agent-utils.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-utils-mutex
Remote MCP URL: https://mutex.agent-utils.ai/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": {
"agent-utils-mutex": {
"url": "https://mutex.agent-utils.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-utils-mutex": {
"type": "http",
"url": "https://mutex.agent-utils.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-utils-mutex",
"transport": "streamable-http",
"url": "https://mutex.agent-utils.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://idempotency.agent-utils.ai/mcp
MCP server metadata
- Name
- agent-utils-idempotency
- Version
- 1.0.0
Known tools 16
create_operation_ruleRegister a new operation rule that defines how to construct idempotency keys for a given operation type.
Inferred read-onlycleanup_operation_rulesDelete operation rules that have no active idempotency keys and were created more than 30 days ago.
Potential side effectsfail_keyMark an idempotency key as 'failed' after the operation did not complete successfully.
Inferred read-onlysettle_balanceCharges the saved payment method to settle your outstanding balance.
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.agent-utils-idempotency]
url = "https://idempotency.agent-utils.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-utils-idempotency": {
"type": "http",
"url": "https://idempotency.agent-utils.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-utils-idempotency
Remote MCP URL: https://idempotency.agent-utils.ai/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": {
"agent-utils-idempotency": {
"url": "https://idempotency.agent-utils.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-utils-idempotency": {
"type": "http",
"url": "https://idempotency.agent-utils.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-utils-idempotency",
"transport": "streamable-http",
"url": "https://idempotency.agent-utils.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://webhook-inbox.agent-utils.ai/mcp
MCP server metadata
- Name
- agent-utils-webhook-inbox
- Version
- 1.0.0
Known tools 14
list_inboxesList all active (non-expired) inboxes for this account, including per-inbox message counts.
Potential side effectsconfigure_inbox_settingsSet the default max_messages for future create_inbox calls on this account.
Inferred read-onlysettle_balanceCharges the saved payment method to settle your outstanding balance.
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.agent-utils-webhook-inbox]
url = "https://webhook-inbox.agent-utils.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-utils-webhook-inbox": {
"type": "http",
"url": "https://webhook-inbox.agent-utils.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-utils-webhook-inbox
Remote MCP URL: https://webhook-inbox.agent-utils.ai/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": {
"agent-utils-webhook-inbox": {
"url": "https://webhook-inbox.agent-utils.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-utils-webhook-inbox": {
"type": "http",
"url": "https://webhook-inbox.agent-utils.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-utils-webhook-inbox",
"transport": "streamable-http",
"url": "https://webhook-inbox.agent-utils.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://math.agent-utils.ai/mcp
MCP server metadata
- Name
- agent-utils-math
- Version
- 1.0.0
Known tools 9
settle_balanceCharges the saved payment method to settle your outstanding balance.
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.agent-utils-math]
url = "https://math.agent-utils.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-utils-math": {
"type": "http",
"url": "https://math.agent-utils.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-utils-math
Remote MCP URL: https://math.agent-utils.ai/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": {
"agent-utils-math": {
"url": "https://math.agent-utils.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-utils-math": {
"type": "http",
"url": "https://math.agent-utils.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-utils-math",
"transport": "streamable-http",
"url": "https://math.agent-utils.ai/mcp"
}
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 agent-utils.ai was fetched 2026-09-03T21:40:07.205Z.
agent-utils.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.