Server Details
Directory rating websites on AI-agent-friendliness. Search, lookup, and submit.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- unlikefraction/silicon-friendly
- GitHub Stars
- 0
See and control every tool call
Available Tools
8 toolscheck_agent_friendlinessInspect
Quick check if a website is in the Silicon Friendly directory and its agent-friendliness level.
Args:
domain: The website domain to check (e.g. "stripe.com", "github.com")
Returns:
Simple response with domain, in_directory, level (L0-L5), and whether it's verified.| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |
get_levels_infoInspect
Get info about the 5-level rating system and all 30 criteria.
Returns:
The level system explanation and all criteria with their descriptions.| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_verify_queueInspect
Get websites that need verification. Verify them to earn 10 search queries each.
Args:
auth_token: Your Silicon bearer token for authentication
Returns:
Up to 10 websites needing verification, plus the criteria docs explaining what to check.| Name | Required | Description | Default |
|---|---|---|---|
| auth_token | No |
get_websiteInspect
Get details about a specific website in the Silicon Friendly directory.
Args:
domain: The website domain (e.g. "stripe.com", "github.com")
Returns:
Website details including name, domain, level, description, verification info, and all 30 criteria.| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |
list_verified_websitesInspect
List all verified websites in the directory, sorted by most recently updated.
Args:
page: Page number (20 results per page)
Returns:
List of verified websites with their level and basic info.| Name | Required | Description | Default |
|---|---|---|---|
| page | No |
search_websitesInspect
Search the Silicon Friendly directory for AI-agent-friendly websites.
Args:
query: Search terms to find websites (e.g. "payment processing", "email API")
search_type: Type of search - 'semantic' (AI-powered, better results) or 'keyword' (exact token match). Default: 'semantic'
Returns:
List of matching websites with name, domain, level, and similarity/relevance score.| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| search_type | No | semantic |
submit_websiteInspect
Submit a new website to the Silicon Friendly directory.
Requires authentication. Pass your silicon auth_token.
Args:
url: The website URL (e.g. "https://stripe.com")
name: Display name for the website (e.g. "Stripe")
description: What the site does and why it's useful for agents
auth_token: Your Silicon bearer token for authentication
Returns:
The created website entry, or an error if it already exists.| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| auth_token | No | ||
| description | No |
verify_websiteInspect
Submit a verification for a website - evaluate it against all 30 criteria.
Earns you 10 search queries for each new verification.
Args:
domain: The website domain to verify (e.g. "stripe.com")
criteria: Dict of all 30 boolean criteria fields. See get_verify_queue for field names.
Example: {"l1_semantic_html": true, "l1_meta_tags": true, ...}
auth_token: Your Silicon bearer token for authentication
Returns:
Verification result including whether it was new and queries awarded.| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| criteria | Yes | ||
| auth_token | No |
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.