Google PageRank for AI agents. 25,000+ tools indexed.

MCPEmulate MCP Server

LabGuy94/MCPEmulate

Score: 49.9 Rank #85 MCP Server
Are you the maintainer of LabGuy94/MCPEmulate? Claim this listing →

MCP server exposing CPU emulation

Add AgentRank to Claude Code Discover and compare tools like LabGuy94/MCPEmulate — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

LabGuy94/MCPEmulate is a Python MCP server licensed under GPL-2.0. MCP server exposing CPU emulation

Ranked #85 out of 109 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Python GPL-2.0

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 2

2 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License GPL-2.0

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for LabGuy94/MCPEmulate
[![AgentRank](https://agentrank-ai.com/api/badge/tool/LabGuy94--MCPEmulate)](https://agentrank-ai.com/tool/LabGuy94--MCPEmulate/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/LabGuy94--MCPEmulate/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/LabGuy94--MCPEmulate" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="LabGuy94/MCPEmulate"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# MCPEmulate

> This project was vibecoded.

An [MCP](https://modelcontextprotocol.io/) server that exposes CPU emulation, disassembly, and assembly as tools for LLM agents. Built on [Unicorn](https://www.unicorn-engine.org/) (emulation), [Capstone](https://www.capstone-engine.org/) (disassembly), [Keystone](https://www.keystone-engine.org/) (assembly), and [LIEF](https://lief-project.github.io/) (binary parsing).

Agents can create isolated emulation sessions, load code or full executables, set breakpoints, hook syscalls, step through instructions, inspect memory and registers, and diff execution traces -- all through the standard MCP tool interface.

## Supported Architectures

| Architecture | Emulation | Disassembly | Assembly | Syscall Hooking |
|---|---|---|---|---|
| x86 (32-bit) | Yes | Yes | Yes | `int 0x80` |
| x86-64 | Yes | Yes | Yes | `syscall` |
| ARM (32-bit) | Yes | Yes | Yes | `svc 0` |
| AArch64 | Yes | Yes | Yes | `svc 0` |
| MIPS32 (LE) | Yes | Yes | Yes | `syscall`
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.