CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
vdineshk avatar

Dominion Observatory

vdineshk/dominion-observatory
110 toolsSSEregistry active
Summary

Built to answer "can I trust this MCP server before I call it" with runtime behavioral data instead of static reputation signals. You get eight tools: check_trust for pre-call scoring, report_interaction to feed the collective dataset, get_leaderboard for top servers by category, and check_anomaly to flag weird behavior. Trust scores blend GitHub metadata with real success rates and latency from agent interactions. Runs on Cloudflare Workers with a D1 backend and exposes both MCP and REST endpoints. Reach for this when you're wiring up agents that call third-party MCP servers and need a trust layer that improves as more agents report outcomes. The behavioral dataset compounds daily, so early reporters strengthen the network for everyone.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

Tools

Public tool metadata for what this MCP can expose to an agent.

10 tools
check_trustGet the trust score and reliability metrics for any MCP server. Use this BEFORE calling an unknown MCP server to assess if it's reliable. Returns trust_score (0-100), latency stats, uptime, success rate, and how many agents have used it. Scores above 70 indicate reliable serve...1 params

Get the trust score and reliability metrics for any MCP server. Use this BEFORE calling an unknown MCP server to assess if it's reliable. Returns trust_score (0-100), latency stats, uptime, success rate, and how many agents have used it. Scores above 70 indicate reliable serve...

Parameters* required
server_urlstring
The URL of the MCP server to check (e.g., https://example.workers.dev/mcp)
report_interactionReport the outcome of calling an MCP server. Call this AFTER you use any MCP server to contribute to the trust network. Your report helps other agents make better decisions. This is free and takes <1ms.7 params

Report the outcome of calling an MCP server. Call this AFTER you use any MCP server to contribute to the trust network. Your report helps other agents make better decisions. This is free and takes <1ms.

Parameters* required
error_messagestring
If failed: brief error description
error_typestring
If failed: timeout, auth_error, invalid_response, server_error, rate_limited, schema_mismatch
http_statusinteger
HTTP status code returned (200, 429, 500, etc.)
latency_msnumber
How long the call took in milliseconds
server_urlstring
The URL of the MCP server you called
successboolean
Did the call succeed? true = worked as expected, false = error or unexpected result
tool_namestring
Which tool you called on the server
get_leaderboardGet the top-rated MCP servers, optionally filtered by category. Use this to discover the most reliable MCP servers in the ecosystem. Categories include: weather, finance, code, data, search, compliance, transport, productivity, communication.2 params

Get the top-rated MCP servers, optionally filtered by category. Use this to discover the most reliable MCP servers in the ecosystem. Categories include: weather, finance, code, data, search, compliance, transport, productivity, communication.

Parameters* required
categorystring
Filter by category (optional). Leave empty for overall leaderboard.
limitinteger
Number of results (default 10, max 50)
get_baselinesGet behavioral baselines for a tool category. Shows what 'normal' looks like — average latency, success rates, typical call patterns. Use this to evaluate whether a specific server's performance is within normal range for its category.1 params

Get behavioral baselines for a tool category. Shows what 'normal' looks like — average latency, success rates, typical call patterns. Use this to evaluate whether a specific server's performance is within normal range for its category.

Parameters* required
categorystring
The tool category to get baselines for (e.g., weather, finance, code, data)
check_anomalyCheck if observed behavior from an MCP server is anomalous compared to baselines. Use this when a server seems slow, unreliable, or returns unexpected results. Returns whether the behavior deviates significantly from normal patterns.3 params

Check if observed behavior from an MCP server is anomalous compared to baselines. Use this when a server seems slow, unreliable, or returns unexpected results. Returns whether the behavior deviates significantly from normal patterns.

Parameters* required
observed_latency_msnumber
The latency you observed
observed_success_ratenumber
Success rate you've observed (0.0 to 1.0)
server_urlstring
The MCP server URL to check
register_serverRegister a new MCP server in the observatory. Server owners can register their servers to start building a trust score. Registration is free.5 params

Register a new MCP server in the observatory. Server owners can register their servers to start building a trust score. Registration is free.

Parameters* required
categorystring
Primary category: weather, finance, code, data, search, compliance, transport, productivity, communication, other
descriptionstring
What the server does
github_urlstring
GitHub repository URL (optional, improves static score)
namestring
Human-readable name of the server
server_urlstring
The MCP server URL
get_server_historyGet daily trust score and performance history for a server over the last 30 days. Use this to see trends — is the server improving or degrading?1 params

Get daily trust score and performance history for a server over the last 30 days. Use this to see trends — is the server improving or degrading?

Parameters* required
server_urlstring
The MCP server URL
observatory_statsGet overall statistics about the Dominion Observatory — total servers tracked, total interactions recorded, coverage by category, and data freshness. Use this to understand the scope of the trust network.

Get overall statistics about the Dominion Observatory — total servers tracked, total interactions recorded, coverage by category, and data freshness. Use this to understand the scope of the trust network.

No parameter schema in public metadata yet.

get_compliance_reportExport a compliance-ready audit trail of all recorded interactions. Formatted for EU AI Act Article 12 and Singapore IMDA Agentic AI Governance Framework. Filter by server, agent, or date range. Essential for enterprises that need to prove their AI agents are behaving correctly.4 params

Export a compliance-ready audit trail of all recorded interactions. Formatted for EU AI Act Article 12 and Singapore IMDA Agentic AI Governance Framework. Filter by server, agent, or date range. Essential for enterprises that need to prove their AI agents are behaving correctly.

Parameters* required
agent_idstring
Filter by agent ID (optional)
end_datestring
End date in YYYY-MM-DD format (optional)
server_urlstring
Filter by server URL (optional)
start_datestring
Start date in YYYY-MM-DD format (optional)
get_mica_attestationGenerate a MiCA / EU AI Act Article 12 compliance attestation for an MCP server. CRITICAL after July 1, 2026: the EU MiCA transitional period expires and agents operating in EU-regulated contexts need auditable behavioral attestation. Returns compliance grade, risk level, moni...1 params

Generate a MiCA / EU AI Act Article 12 compliance attestation for an MCP server. CRITICAL after July 1, 2026: the EU MiCA transitional period expires and agents operating in EU-regulated contexts need auditable behavioral attestation. Returns compliance grade, risk level, moni...

Parameters* required
server_urlstring
The MCP server URL to generate attestation for

Dominion Observatory

The behavioral trust layer for the AI agent economy.

Check MCP server reliability before you call. Report outcomes to strengthen the trust network.

🌐 Live: https://dominion-observatory.sgdata.workers.dev 📡 MCP Endpoint: https://dominion-observatory.sgdata.workers.dev/mcp

What is this?

Every AI agent needs to know: "Can I trust this MCP server?" The Dominion Observatory answers that question with real runtime data — not GitHub stars, not static scans, but actual performance metrics from real agent interactions.

  • Before calling an unknown MCP server → check_trust tells you if it's reliable
  • After calling any MCP server → report_interaction contributes to the trust network
  • Every report makes scores better for everyone — this is a collective intelligence system

Tools (8)

ToolDescription
check_trustGet trust score and reliability metrics for any MCP server
report_interactionReport success/failure after calling an MCP server
get_leaderboardTop-rated MCP servers by category
get_baselinesBehavioral baselines for a tool category
check_anomalyIs this server behavior normal or anomalous?
register_serverRegister a new MCP server (free)
get_server_history30-day trust score trend for a server
observatory_statsOverall network statistics

Quick Start

For agents (MCP)

Connect to: https://dominion-observatory.sgdata.workers.dev/mcp

For developers (REST API)

# Check trust score
curl "https://dominion-observatory.sgdata.workers.dev/api/trust?url=https://example.workers.dev/mcp"

# View leaderboard
curl "https://dominion-observatory.sgdata.workers.dev/api/leaderboard"

# Network stats
curl "https://dominion-observatory.sgdata.workers.dev/api/stats"

How Trust Scores Work

Trust scores range from 0-100 and combine two signals:

  • Static score (30%): GitHub presence, documentation quality, authentication support
  • Runtime score (70%): Real success rates, latency, error patterns from agent interactions

Scores above 70 = reliable. Below 30 = risky. The more agents report interactions, the more accurate scores become.

Architecture

  • Runtime: Cloudflare Workers (330+ global edge locations, <1ms cold start)
  • Database: Cloudflare D1 (SQLite at the edge)
  • Protocol: MCP (Model Context Protocol) + REST API
  • Cost: Runs on free tier

Data Collection

Started: April 8, 2026

Every interaction reported to the observatory strengthens the trust network for all agents. The behavioral dataset compounds daily — it cannot be replicated by competitors who start later.

Categories

weather · finance · code · data · search · compliance · transport · productivity · communication

Operator

Built by Dinesh Kumar in Singapore. Part of the Dominion Agent Economy Engine (DAEE).

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Registryactive
TransportSSE
UpdatedApr 10, 2026
View on GitHub

More from vdineshk

  • Ai Compliance Monitor
  • dominion-observatory
  • sg-company-lookup-mcp
  • sg-company-lookup-mcp
  • sg-regulatory-data-mcp
  • sg-regulatory-data-mcp
  • sg-workpass-compass-mcp
  • sg-gst-calculator-mcp