AI & Machine Learning
aiagentscity.com
Tracks AI agent spending and budgets, manages agent secrets, and reports spend over rolling windows.
ENDPOINT 1
https://aiagentscity.com/mcp
MCP server metadata
- Name
- agent-ledger
- Version
- 4.0.5
Known tools 12
ledger_rotate_secretMint a NEW agent_secret for an agent_id your workspace already owns, invalidating the old one.
Inferred read-onlyledger_revoke_secretInvalidate an agent_id's agent_secret WITHOUT deleting its spend history.
Inferred read-onlyledger_trackRecord a spend entry for an AI agent on any payment rail, with optional token counts.
Potential side effectsledger_alertsAlert history for an agent: budget warnings (80% threshold) and spending spikes.
Inferred read-onlyledger_list_agentsOwner-only: full cross-tenant listing of every agent ever claimed on this instance, with totals.
Inferred read-onlyledger_startGet a FREE AgentLedger workspace with no credential and no arguments — the MCP equivalent of opening POST /start in a browser.
Potential side effectsledger_api_docsSelf-serve documentation for AgentLedger — quickstart, MCP tools, REST endpoints, budget caps, error codes, and idempotency usage, as markdown.
Inferred read-onlyledger_examplesComplete, runnable Python recipe for a common AgentLedger integration pattern.
Inferred read-onlyCONNECT 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-ledger]
url = "https://aiagentscity.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-ledger": {
"type": "http",
"url": "https://aiagentscity.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-ledger
Remote MCP URL: https://aiagentscity.com/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-ledger": {
"url": "https://aiagentscity.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-ledger": {
"type": "http",
"url": "https://aiagentscity.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-ledger",
"transport": "streamable-http",
"url": "https://aiagentscity.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://aiagentscity.com/mcp/agent-watch
MCP server metadata
- Name
- agent-watch
- Version
- 1.30.0
Known tools 8
aw_censusFull-census summary of the official MCP registry: 7,454 endpoints probed with real MCP handshakes.
Inferred read-onlyaw_list_monitoredList all endpoints in the Agent Watch census with their registry names.
Inferred read-onlyaw_watchAdd endpoints to your personal watchlist (probed immediately, then every 6h).
Inferred read-onlyCONNECT 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-watch]
url = "https://aiagentscity.com/mcp/agent-watch"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-watch": {
"type": "http",
"url": "https://aiagentscity.com/mcp/agent-watch"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-watch
Remote MCP URL: https://aiagentscity.com/mcp/agent-watch
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-watch": {
"url": "https://aiagentscity.com/mcp/agent-watch"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-watch": {
"type": "http",
"url": "https://aiagentscity.com/mcp/agent-watch"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-watch",
"transport": "streamable-http",
"url": "https://aiagentscity.com/mcp/agent-watch"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://aiagentscity.com/mcp/perimeter-watch
MCP server metadata
- Name
- perimeter-watch
- Version
- 1.30.0
Known tools 6
pw_watch_statusCheck whether a domain is enrolled on a paid weekly monitoring plan.
Inferred read-onlyCONNECT 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.perimeter-watch]
url = "https://aiagentscity.com/mcp/perimeter-watch"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"perimeter-watch": {
"type": "http",
"url": "https://aiagentscity.com/mcp/perimeter-watch"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: perimeter-watch
Remote MCP URL: https://aiagentscity.com/mcp/perimeter-watch
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": {
"perimeter-watch": {
"url": "https://aiagentscity.com/mcp/perimeter-watch"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"perimeter-watch": {
"type": "http",
"url": "https://aiagentscity.com/mcp/perimeter-watch"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "perimeter-watch",
"transport": "streamable-http",
"url": "https://aiagentscity.com/mcp/perimeter-watch"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://aiagentscity.com/mcp/cited
MCP server metadata
- Name
- cited
- Version
- 1.30.0
Known tools 9
cited_api_docsSelf-serve documentation for Cited — quickstart, MCP tools, REST endpoints, error shapes, and agent-operator policies, as markdown.
Inferred read-onlyCONNECT 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.cited]
url = "https://aiagentscity.com/mcp/cited"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cited": {
"type": "http",
"url": "https://aiagentscity.com/mcp/cited"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cited
Remote MCP URL: https://aiagentscity.com/mcp/cited
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": {
"cited": {
"url": "https://aiagentscity.com/mcp/cited"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cited": {
"type": "http",
"url": "https://aiagentscity.com/mcp/cited"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cited",
"transport": "streamable-http",
"url": "https://aiagentscity.com/mcp/cited"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://aiagentscity.com/mcp/trustscan
MCP server metadata
- Name
- trust-scan
- Version
- 4.0.3
Known tools 4
trust_scan_fileSecurity-scan a single file for invisible Unicode, dangerous patterns, and secrets.
Inferred read-onlyCONNECT 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.trust-scan]
url = "https://aiagentscity.com/mcp/trustscan"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trust-scan": {
"type": "http",
"url": "https://aiagentscity.com/mcp/trustscan"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trust-scan
Remote MCP URL: https://aiagentscity.com/mcp/trustscan
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": {
"trust-scan": {
"url": "https://aiagentscity.com/mcp/trustscan"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trust-scan": {
"type": "http",
"url": "https://aiagentscity.com/mcp/trustscan"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trust-scan",
"transport": "streamable-http",
"url": "https://aiagentscity.com/mcp/trustscan"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.