ByteRay AI
Server Details
Hunt zero-days by talking to binaries. 40+ tools. Hosted, OAuth + SSO, invite: hi@byteray.ai
- Status
- Unhealthy
- OAuth
- Works in Glama
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- Added
fetch_binary - Added
finalize_upload - Added
start_upload - Added
upload_chunk
39 tool updates
- First observed
ask_ai - First observed
check_sanitization - First observed
find_attack_surface - First observed
get_binary_info - First observed
get_call_tree - First observed
get_code_blocks - First observed
get_control_flow - First observed
get_file_hash - First observed
get_function_detail - First observed
get_references_from - First observed
get_references_to - First observed
get_strings - First observed
get_variables - First observed
goto_address - First observed
inspect_address - First observed
list_exports - First observed
list_functions - First observed
list_imports - First observed
list_sections - First observed
list_segments - First observed
list_symbols - First observed
navigate_cfg - First observed
open_binary - First observed
read_assembly - First observed
read_block - First observed
read_lifted_il - First observed
read_memory - First observed
read_pseudocode - First observed
read_ssa_form - First observed
resolve_name - First observed
search_bytes - First observed
search_constants - First observed
search_strings - First observed
trace_data_flow - First observed
trace_ssa_step - First observed
trace_variable - First observed
upload_binary - First observed
what_calls - First observed
who_calls
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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!
Related MCP Connectors
Real-time CVE, exploit, and vulnerability intelligence for AI assistants (350K+ CVEs, 115K+ PoCs)
Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.
AI pentesting: run scans, triage vulnerabilities, review PRs, manage schedules and assets.
Jailbreak-proof AI guardrails. Automated Reasoning SMT solver, not an LLM. ZK proofs included.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAI-powered cybersecurity automation platform with 150+ security tools and 12+ autonomous AI agents for penetration testing, vulnerability assessment, and bug bounty hunting. Enables comprehensive security testing through intelligent tool selection and automated workflows.2-
- AlicenseNot gradedqualityCmaintenanceEnables autonomous AI agents and penetration testers to conduct authorized security audits with persistent cross-session memory, zero-trust secret scrubbing, dynamic OWASP/ASVS checklists, and hallucination-free exploit PoC generation from captured traffic.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive security testing and penetration testing through natural language conversations with 92+ tools for reconnaissance, vulnerability assessment, web application testing, OSINT, and reporting. Designed for authorized bug bounty hunting and security assessments.43MIT
- AlicenseNot gradedqualityBmaintenanceA headless Ghidra server that enables AI agents to perform deep reverse-engineering tasks such as disassembly, decompilation, and patching via the Model Context Protocol. It supports extensive automation of analysis workflows in sandboxed environments through a catalog of over 200 specialized tools.162GPL 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The tool set has clear distinct purposes for most tools, but there is notable overlap in some areas. For example, 'get_references_from' and 'get_references_to' are distinct, but 'get_call_tree', 'what_calls', and 'who_calls' all relate to call relationships and could cause confusion. Similarly, 'read_assembly', 'read_pseudocode', 'read_lifted_il', and 'read_ssa_form' all provide code views with subtle differences that might be hard for an agent to distinguish without deep domain knowledge.
Tool names follow a consistent verb_noun pattern with minor deviations. Most tools use clear verbs like 'get_', 'list_', 'read_', 'trace_', etc., but there are a few inconsistencies such as 'ask_ai' (verb_abbreviation), 'goto_address' (verb_noun but 'goto' is less common), and 'navigate_cfg' (verb_abbreviation). Overall, the naming is predictable and readable, with only slight variations.
With 43 tools, the count is excessive for a reverse engineering server, leading to potential overwhelm and redundancy. While the domain is complex, many tools could be consolidated (e.g., multiple code view tools or call analysis tools) without losing functionality. This high number may hinder agent usability and efficiency in selecting the right tool.
The tool set provides comprehensive coverage for binary analysis, including loading binaries (upload, fetch, open), navigation (goto, inspect), code examination (assembly, pseudocode, CFG), data flow (trace, SSA), vulnerability detection (attack surface, sanitization), and utility functions (hashes, strings). There are no obvious gaps; it supports full CRUD-like operations and advanced analysis workflows in the domain.