← Back to search
40
Partial
Agentic Readiness Score
developer llms-txtmcpai-friendlyainotificationshostingmessaging

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🏷
Schema.org Markup
Not found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 40/100

            

llms.txt Content

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>botcall - Phone numbers for Claude Code and AI agents</title> <meta name="description" content="Give Claude a phone number. MCP server for Claude Code and Cursor. Provision numbers, receive SMS, and extract verification codes — no webhook servers required."> <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>☎</text></svg>"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="/style.css"> <style> /* Page-specific styles — shared tokens/components in /style.css */ .mono { font-family: 'JetBrains Mono', monospace; } /* Nav (landing-specific) */ .nav-links { display: flex; align-items: center; gap: 2rem; } .nav-links a { font-size: 0.9rem; color: var(--text-muted); transition: color 0.15s; } .nav-links a:hover { color: var(--text); } /* Terminal (landing overrides — larger, inverted bg) */ .terminal { background: var(--bg-elevated); margin: 3rem 0; } .terminal-header { background: var(--bg); padding: 0.75rem 1rem; gap: 0.5rem; } .terminal-dot { width: 12px; height: 12px; } .terminal-body { padding: 1.5rem; font-size: 0.9rem; line-height: 1.8; } .terminal-command { color: var(--text); } /* Hero */ .hero { padding: 10rem 2rem 6rem; max-width: 900px; margin: 0 auto; } .hero-badge { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: var(--accent); background: rgba(34, 197, 94, 0.1); border: 1px solid rgba(34, 197, 94, 0.2); padding: 0.4rem 0.8rem; border-radius: 4px; display: inline-flex;