Skip to main content
Glama

Silicon Friendly

Server Details

Directory rating websites on AI-agent-friendliness. L0-L5 taxonomy across 30 criteria.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

8 tools
check_agent_friendlinessTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
get_levels_infoTry in Inspector

Get info about the 5-level rating system and all 30 criteria.

Returns: The level system explanation and all criteria with their descriptions.
ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_verify_queueTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
auth_tokenNo
get_websiteTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
list_verified_websitesTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
search_websitesTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
search_typeNosemantic
submit_websiteTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
nameYes
auth_tokenNo
descriptionNo
verify_websiteTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
criteriaYes
auth_tokenNo

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.