mcp-osint
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| osint_searchA | Search across 14 OSINT data sources. Returns results with available resources. Auto-routes to the best source, or use Sources: data_gov, legiscan, courtlistener, census, openalex, semantic_scholar, pubmed, core, sec_edgar, fred, opensanctions, gdelt, wikidata, crt_sh Examples:
|
| osint_previewA | Preview a resource's schema and sample data before fetching. For tabular data: shows column names, types, and sample rows. For documents: shows text excerpt and structure. For APIs: shows available parameters and endpoints. Use to confirm a resource has what you need before calling osint_get. |
| osint_getA | Fetch data from a resource ID or URL. Automatically handles:
Always returns full raw content with SHA256 hash for verification. Use 'summarize: true' with a question to extract only relevant content. For local archival, provide output_path:
|
| osint_list_sourcesA | List all available OSINT data sources and their status. Returns for each connector:
Use to check which sources are available before searching. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clear, non-overlapping purpose: listing sources, searching, previewing schemas, and fetching data. No ambiguity between them.
All tools follow a consistent 'osint_verb' pattern (preview, list_sources, search, get), with predictable naming.
Four tools cover the essential OSINT workflow (list, search, preview, get) without excess or deficiency.
The tool surface covers the full lifecycle: discover sources, search, preview data, and fetch. No obvious gaps for the intended use case.