Skip to content
Back to search
100
MCP live v1.0.1 streamable-http

Silicon Friendly

com.siliconfriendly/directory

Directory rating websites on AI-agent-friendliness. Search, lookup, and submit.

Uptime
11.5%
26 probes
Response
746ms
last probe
Tools
8
callable

Tools · 8

search_websites

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 sear…

get_website

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 …

check_agent_friendliness

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: …

submit_website

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: Di…

get_verify_queue

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 nee…

verify_website

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. "st…

get_levels_info

Get info about the 5-level rating system and all 30 criteria. Returns: The level system explanation and all criteria with their descriptions.

list_verified_websites

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 leve…

Similar MCP servers embedding-nearest

Silicon Friendly
Directory rating websites on AI-agent-friendliness with search, lookup, and submission tools.
0 tools
SiliconBridge
Human-in-the-loop API for AI agents. CAPTCHA, OTP, KYC, and approvals by real humans.
0 tools · streamable-http
AgentReady
Indexes websites so AI agents can query them and receive cited answers via MCP.
0 tools
Agentic.ai Directory
Independent directory of agentic AI tools — search, compare & recommend via MCP. Read-only.
0 tools · streamable-http
Agentry — AI Agent Directory
AI agent directory — search and compare 120+ agents across 12 categories.
0 tools · sse
agent-directory-mcp-server
Agent-to-Agent service directory — discover, register and rate AI agent services
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "silicon_friendly": {
      "url": "https://siliconfriendly.com/mcp",
      "transport": "streamable-http"
    }
  }
}