Skip to main content
Glama
YPYT1

frida-ios-mcp

by YPYT1

net_enable

Enable in-process HTTP capture on iOS, supporting NSURLSession and TTNet modes, with option to trace sign header writes and capture response bodies.

Instructions

[advanced] Start in-process HTTP capture. captureMode: nsurl | ttnet | all (default all). ttnet hooks TikTok TTHttpTaskChromium AFTER request filters (api.tiktokv.com + headers/sign fields). signTrace:true attaches module+offset backtrace on sign_header writes (MetaSec RE). captureResponse wraps TTNet onReadResponseData+setIsCompleted (stable). NSURLSession wrap skipped when TTHttpTaskChromium present. Each call RESETS opts. Typical RE: session_open({captureNet:true, netOptions:{signTrace:true}}) → use app → net_dump / tiktok_sign.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxBodyNoMax body preview bytes, default 4096
signTraceNoAttach compact backtrace on MetaSec sign_header writes
urlFilterNoURL regex; omitted/empty = capture all. Not sticky across enables.
captureModeNonsurl | ttnet | all (default all)
captureResponseNoCapture response bodies. TTNet: onReadResponseData+setIsCompleted. Default false.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description thoroughly discloses behavioral traits: capture modes' hooking behavior, signTrace backtrace attachment, response capture wrapping, NSURLSession skip condition, and opts reset on each call. No annotations were provided, so the description carries full responsibility and meets it well.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but front-loaded with the core purpose. While lengthy, every part adds necessary detail for an advanced tool. It could be slightly more structured, but it remains effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (5 parameters, no output schema, no annotations), the description is remarkably complete. It covers parameter behavior, mode differences, reset behavior, and even gives a usage flow. No output schema means return values are handled by sibling tools, which is fine.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% coverage with descriptions, but the description adds significant extra meaning: it explains the ttnet mode's hooking timing, the NSURLSession wrap skipping, and the non-sticky nature of urlFilter. This goes beyond schema basics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Start in-process HTTP capture.' It specifies modes (nsurl, ttnet, all) and distinguishes from sibling tools like net_dump and net_disable by focusing on enabling capture.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a typical usage example (session_open with options) and notes that each call resets opts, but it does not explicitly specify when to use this tool versus alternatives or provide context for when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YPYT1/frida-ios-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server