Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. BeVigil OSINT
B
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

BeVigil OSINT

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Discover mobile app attack surfaces via BeVigil OSINT β€” hosts, subdomains, URLs, and more.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "bevigil-osint": {
      "command": "npx",
      "args": [
        "-y",
        "bevigil-osint"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

BeVigil MCP Server

npm CI License: MIT M8ven Score bevigil-mcp-server MCP server

Map a company's mobile attack surface from your AI assistant.

BeVigil has scanned millions of Android apps and extracted the infrastructure hiding inside them β€” backend hosts, staging subdomains, S3 buckets, API paths, and query parameters that never appear in DNS or search engines. This server puts that data behind seven MCP tools, so you can ask for it in plain language instead of stitching together curl calls.

Built for bug bounty hunters, pentesters, red teamers, and appsec engineers doing recon.

Tested with Claude Code, Claude Desktop, Codex, Cursor, and VS Code.


Quick start (2 minutes)

1. Get a free API key

Sign up at bevigil.com/osint-api. Free accounts get 25 credits, or 200 if you register with a work email. One lookup = one credit.

2. Add the server

No clone, no build β€” npx fetches and runs it.

Claude Code
Terminal
claude mcp add bevigil -e BEVIGIL_API_KEY=your_key_here -- npx -y bevigil-mcp-server

Check it registered with claude mcp list.

Claude Desktop

Edit claude_desktop_config.json (Settings β†’ Developer β†’ Edit Config):

config.json
{
  "mcpServers": {
    "bevigil": {
      "command": "npx",
      "args": ["-y", "bevigil-mcp-server"],
      "env": { "BEVIGIL_API_KEY": "your_key_here" }
    }
  }
}

Restart Claude Desktop.

Codex
bash
codex mcp add bevigil --env BEVIGIL_API_KEY=your_key_here -- npx -y bevigil-mcp-server

Check it registered with codex mcp list.

Cursor

Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):

config.json
{
  "mcpServers": {
    "bevigil": {
      "command": "npx",
      "args": ["-y", "bevigil-mcp-server"],
      "env": { "BEVIGIL_API_KEY": "your_key_here" }
    }
  }
}
VS Code (Copilot)

Add to your VS Code MCP settings:

config.json
{
  "mcp": {
    "servers": {
      "bevigil": {
        "command": "npx",
        "args": ["-y", "bevigil-mcp-server"],
        "env": { "BEVIGIL_API_KEY": "your_key_here" }
      }
    }
  }
}

3. Ask your first question

Investigate com.whatsapp with BeVigil and summarise the infrastructure it exposes.

You should get back something like this β€” real hostnames pulled out of the app's code:

Code
# Investigation Report: com.whatsapp
Source: BeVigil OSINT API

## Hosts / Domains (155 found)
β€’ osaka.nyc3.cdn.digitaloceanspaces.com
β€’ s3.getstickerpack.com
β€’ logger.instagram.com
β€’ dev503.prn2.facebook.com
...

That's it β€” you're doing OSINT from the chat window.


What you can ask

Recon a company's mobile footprint

Which Android apps talk to api.acme.com? Then pull the hosts out of each one.

Find staging and internal endpoints

Get subdomains for acme.com from BeVigil and flag anything that looks like dev, staging, or internal.

Hunt for exposed storage

What S3 buckets does com.acme.mobile reference?

Build a target-specific fuzzing wordlist

Pull the BeVigil wordlist for com.acme.mobile and save the API paths to paths.txt.

Pivot from a single domain

Find apps referencing acme.com, then investigate the three most interesting ones and tell me which backends they share.

The last one is where an agent earns its keep β€” that's a dozen API calls and a correlation pass that you'd otherwise do by hand.


Tools

ToolInputReturns
bevigil_get_hostspackage IDHostnames found in an app's code
bevigil_get_subdomainsdomainSubdomains seen across indexed apps
bevigil_get_urlsdomainFull URLs referenced by apps
bevigil_get_s3_bucketspackage IDS3 buckets referenced in an app
bevigil_get_app_packageshostnameReverse lookup β€” apps using that host
bevigil_get_wordlistpackage IDPaths, endpoints, and params for fuzzing
bevigil_investigate_apppackage IDHosts + S3 + params + wordlist in one report

Pagination

Every list-returning tool takes optional limit and offset (default 100, max 500). When results are truncated the response says so and gives the exact offset to continue from:

Code
Hosts for com.whatsapp (155 found)
Source: BeVigil OSINT (package: com.whatsapp)
Showing 1-100 of 155.
For the next page, call this tool again with offset=100.

Credits

Responses are not cached. Every tool call β€” including each extra page β€” is one API request and one credit. bevigil_investigate_app makes four calls per run, so it costs four. When credits run out you get a clear message rather than a silent empty result.

Apps that aren't indexed yet

BeVigil only answers for apps it has already scanned. If a package isn't in the index, the tools tell you how to fix that:

Code
"com.acme.mobile" is not in BeVigil's index, so there is no data to return.

To add it, upload the APK at https://bevigil.com/scanApp. BeVigil scans the app
and indexes the assets it finds, after which this tool will return them.

This is deliberately distinguished from "app is indexed but has no S3 buckets" β€” only the first case is something you can act on.


Configuration reference

API key

Preferred: set it in your MCP client config (as shown in the quick start), which passes it to the server as an environment variable. For shell use:

server.ts
export BEVIGIL_API_KEY=your_api_key_here

A .env file in the package root also works. Note that it's resolved relative to the installed package rather than your working directory, since MCP clients launch servers from arbitrary places. Real environment variables always win over .env, and .env is gitignored β€” never commit it.

Running from source

For local development, or to pin a specific commit:

bash
git clone https://github.com/santhosh-005/bevigil-mcp-server.git
cd bevigil-mcp-server
npm install
npm run build

Then point your client at the built entry point instead of npx:

Terminal
claude mcp add bevigil -e BEVIGIL_API_KEY=your_key_here -- node /absolute/path/to/bevigil-mcp-server/build/index.js

Requirements: Node.js 20.12+, a BeVigil API key, and an MCP-compatible client.


How it works

Code
MCP Client  β†’  BeVigil MCP Server  β†’  osint.bevigil.com
              Β· Zod input validation
              Β· pagination + truncation
              Β· error normalisation

The server is a thin, well-defended layer: it validates inputs, keeps responses inside a sensible context budget, and turns the API's several different ways of saying "nothing here" into one consistent, actionable message.

Design decisions worth knowing about:

  • Seven task-shaped tools, not raw endpoint wrappers β€” each maps to something a researcher actually wants.
  • Paginated results with next-offset hints, so large result sets stay reachable without flooding the context window.
  • Concurrent lookups in the investigation workflow.
  • Partial failure handling β€” a broken lookup doesn't sink the whole report.
  • Findings are labelled observed data, never asserted as vulnerabilities. A bucket name is a lead, not a finding.

Limitations

  • Mobile app data only β€” this reflects what's embedded in Android app code, not DNS enumeration or internet-wide scanning. Use it alongside your usual tooling, not instead of it.
  • Index-only coverage β€” only apps BeVigil has scanned. Unindexed apps can be submitted at bevigil.com/scanApp.
  • No app search β€” you need a package ID or domain up front; there's no endpoint to discover apps by name.
  • Limited app metadata β€” reverse hostname lookups return app name and version; otherwise you get security-relevant assets only.
  • Data freshness β€” results reflect BeVigil's most recent scan of each app, which may not be current.
  • Credit-based β€” see Credits above.

Security

  • API keys are read from the environment (or a package-root .env) β€” never hardcoded, never logged
  • Error messages never expose credentials, and a test asserts this
  • The server only talks to known BeVigil endpoints β€” no arbitrary URL fetching
  • Path parameters are URL-encoded, so a crafted package ID can't escape the intended endpoint
  • All tool inputs are validated with Zod schemas
  • Request timeouts prevent hanging connections
  • Page sizes are bounded (max 500) to prevent context overflow
  • A pre-commit hook and a CI job both check that no credential reaches the repo
  • Every tool is annotated read-only and non-destructive β€” nothing this server exposes can modify data
  • No telemetry, no analytics, no stored queries β€” see PRIVACY.md

Use responsibly. This tool queries a public OSINT database. What you do with the results is your responsibility β€” only test systems you're authorised to test.


Development

Terminal
npm install
npm test        # typecheck + full suite
npm run lint    # typecheck only
npm run build

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Printr logoPrintr

    Let AI agents create, discover, and track tokens across chains via Printr.

    πŸ’» Developer Tools0 views
    Compare vs Printr β†’
  • Modelcontextprotocol MCP logoModelcontextprotocol MCP

    Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Modelcontextprotocol MCP β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about BeVigil OSINT

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "bevigil-osint": { "command": "npx", "args": ["-y", "BeVigil OSINT"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBeVigil OSINT AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bevigil-osint?style=directory)](https://allmcps.com/mcp/bevigil-osint)
HTML Embed
<a href="https://allmcps.com/mcp/bevigil-osint"><img src="https://allmcps.com/api/badge/bevigil-osint?style=directory" alt="BeVigil OSINT on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to BeVigil OSINT β†’Install in Claude DesktopInstall in CursorInstall in VS Code