Silicon Friendly
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
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
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 |
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 published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail — every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control — enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management — store and rotate API keys and OAuth tokens in one place
Change alerts — get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption — public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics — see which tools are being used most, helping you prioritize development and documentation
Direct user feedback — users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!