Server Details
Trust verification for MCP servers. Check scores, scan for security issues, search 4,200+ servers.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- cybercraftsolutionsllc/trust-gated-agent-example
- GitHub Stars
- 0
See and control every tool call
Available Tools
6 toolscheck_trustInspect
Look up the trust score for any MCP server by URL or npm package name. Returns score (0-100), letter grade (A-F), label, 12-factor CoSAI-aligned breakdown, and certification status. ($0.005 via x402, free with API key)
| Name | Required | Description | Default |
|---|---|---|---|
| npm_name | No | The npm package name to look up | |
| server_url | No | The MCP server URL to look up |
get_statsInspect
Get CraftedTrust ecosystem statistics: total indexed servers, live verified count, average trust scores, flagged count, and more.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
pay_for_certificationInspect
Initiate a crypto payment for MCP server certification. Returns a wallet address and USDC amount on Base network. Send USDC to the returned address to complete payment.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | Certification tier: badge ($29), assessment ($79), enterprise ($499) | |
| serverUrl | Yes | The MCP server URL to certify |
scan_serverInspect
Trigger a live trust scan of an HTTP/HTTPS MCP server. Returns 12-factor CoSAI-aligned trust score, letter grade, and security findings. ($0.25 via x402, free with API key)
| Name | Required | Description | Default |
|---|---|---|---|
| server_url | Yes | The HTTP/HTTPS MCP server URL to scan |
search_registryInspect
Search the CraftedTrust registry of 4,200+ indexed MCP packages and servers. Filter by grade, certification, or scan type. Certified servers appear first.
| Name | Required | Description | Default |
|---|---|---|---|
| grade | No | Filter by letter grade. Default: show all | |
| limit | No | Max results (1-50). Default: 10 | |
| query | Yes | Search term (name, URL, publisher) | |
| certified | No | Filter to certified servers only. Default: show all | |
| scan_type | No | Filter by scan type. Default: all |
verify_paymentInspect
Verify an on-chain USDC payment for certification. Provide the paymentId from pay_for_certification and the transaction hash after sending USDC on Base.
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | On-chain transaction hash (0x...) | |
| paymentId | Yes | Payment ID returned from pay_for_certification |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.