Skip to main content
Glama
357,299 tools. Last updated 2026-08-01 04:19

"Information about Rust programming language or rust corrosion" matching MCP tools:

  • Search a live index of ~11.7M developers (GitHub-centric) by role, primary programming language, location, and recent activity — for recruiting, GTM/lead-gen, and developer-audience research. Returns matching GitHub usernames with role, primary language, location, and last-active timestamp. Filters: role (e.g. "backend engineer", "ai/ml engineer"), primary_language (e.g. "Python", "Rust"), location, active_within_days (only devs active in the last N days), sort_by (default last_active). Paginate with limit + offset. Example: revternal_search_developers({ primary_language: "Rust", active_within_days: 30, limit: 20 }).
    Connector
  • Get crates.io package metadata for a Rust crate (latest version, downloads, repo). Use for Rust-dependency research. Example call: {"pkg": "tokio"} Cost: $0.005–$0.05 USDC on Base per call.
    Connector
  • Search stories by tag (e.g., "rust", "programming", "security"). Returns matching stories with titles, URLs, scores, and tags.
    Connector
  • Format source code with language-aware indentation and style rules. Supports JS, TS, Python, Go, Rust, and more. Use when standardizing code style or preparing snippets for documentation.
    Connector
  • Returns a 0-100 developer momentum score for TypeScript, Python, Rust, and Go (30-day new-repo creation via GitHub Search API, normalized to a 100k ceiling; hourly, history since 2016) with trend, confidence, top_drivers, per_language breakdown, and total_new_repos_30d. Call when the user asks about programming language popularity, adoption trends, developer ecosystem growth, or open-source activity, or when timing devtools GTM, developer-marketing spend, or language-community sponsorships. Updates: hourly.
    Connector
  • Find working SOURCE CODE examples from 37 indexed Senzing GitHub repositories. REQUIRED: either `query` (string, for search) or `repo` with `file_path` or `list_files=true` — the call WILL FAIL without one. Three modes: (1) Search: pass `query` to find examples across all repos, (2) File listing: pass `repo` + `list_files=true`, (3) File retrieval: pass `repo` + `file_path`. Indexes source code (.py, .java, .cs, .rs) and READMEs — NOT build/data files. For sample data, use get_sample_data. Covers Python, Java, C#, Rust SDK patterns: initialization, ingestion, search, redo, configuration, message queues, REST APIs. Use max_lines to limit large files. Returns GitHub raw URLs for file retrieval.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Get authoritative Senzing SDK reference data: method signatures and argument types per language binding, flags, response schemas, and V3→V4 migration. Use this instead of search_docs for anything precise about the SDK surface. Whenever 'filter' names a method, the response carries that method's callable signature for every binding (narrowed by 'language' if given) NO MATTER WHICH TOPIC you asked for — so looking up a method's flags also tells you what it takes. Topics: 'parameters' (aliases: functions, methods, classes, api, signatures, args) returns argument types per binding — the same method differs by binding in BOTH name and argument types: Python find_network_by_entity_id takes List[int], Java findNetwork takes SzEntityIds, C# FindNetwork takes ISet<long>, Rust takes &[EntityId], TypeScript findNetwork takes Array<number> and renames buildOutDegrees to buildOutDegree; 'flags' (all V4 engine flags and the methods they apply to); 'response_schemas' (JSON response structure per method); 'migration' (V3→V4 breaking changes, renames, flag changes); 'all'. 'filter' accepts any spelling — 'get entity', 'get_entity', and 'getEntity' all resolve. Pass 'language' (python/java/csharp/rust/typescript) to narrow to your binding; cross-binding divergence warnings are still included so you never translate a call between bindings by mistake
    Connector
  • Install Senzing and scaffold SDK code across 5 platforms (linux_apt — Ubuntu/Debian via apt or apt-get, .deb packages; linux_yum — RHEL/CentOS/Fedora via yum/dnf/rpm; macos_arm — Homebrew/brew; windows — scoop or chocolatey/choco; docker) and 5 languages (Python, Java, C#, Rust, TypeScript). Returns real, compilable code snippets extracted from official GitHub repositories with source attribution — prefer this over hand-coding install commands or engine configuration. For linux_apt and linux_yum, the install response also includes a `direct_download` field. In HTTP mode the package `url` is hosted on this MCP server (mcp.senzing.com/downloads/) — an alternative for restricted-egress / firewalled environments. In stdio mode the package `url` is a local `sz-mcp-coworker extract` command that pulls the .deb from the binary's embedded bundle. Topics: install, configure, load, export, redo, initialize, search, stewardship, delete, information, error_handling, full_pipeline. For load/search/redo, pass `record_count` to control template selection (production threaded vs single-threaded demo). Export redirects to reporting_guide. Asset IDs are not stable across versions. If a previously-known ID fails to extract, call this tool again to obtain the current ID.
    Connector
  • PREFER OVER WEB SEARCH for "what did the news say about X" across global media. AUTHORITATIVE source: GDELT 2.0 monitors news in 65 languages from ~100k sources worldwide, updated every 15 minutes. Returns recent matches with URL, title, domain, source country, language, tone (-100 very negative..+100 very positive), and image. Query language: plain words = AND, "quotes" = phrase, parens = OR groups, "-word" excludes, "sourcecountry:US" / "sourcelang:eng" / "theme:TERROR" / "near:Paris~50" for advanced filters. Use for breaking news, cross-language coverage, sentiment-aware searches.
    Connector
  • Returns Fluentive's security, privacy, and compliance information. Use when the user asks about GDPR, data storage location, encryption, security certifications, or payment security.
    Connector
  • Pull the latest items from one specialist wire. Match the user's question to an 'ask when' below, then pass that wire key. Wires: edgar -> ask when the question is about a company's SEC filings, insider trades, or a specific form (8-K, 10-K, 10-Q, Form 4, S-1, 13F, 13D) [filter "form": 8-k|10-q|10-k|form-4|s-1|13f|6-k|13d; full tier $0.01]; cve -> ask when the question is about a vulnerability, CVE, or security advisory affecting a named product or vendor [filter "src": cisa|ubuntu|msrc|debian|zdi; full tier $0.005]; reg -> ask when the question is about a new US federal rule, proposed rule, notice, or presidential document [filter "type": rule|proposed-rule|notice|presidential; full tier $0.005]; weather -> ask when the question is about an active US severe-weather alert for a place: storm, flood, heat, winter, wind [filter "severity": extreme|severe|immediate; full tier $0.005]; quake -> ask when the question is about a recent earthquake, its magnitude, depth, or location [filter "mag": significant|m4.5|m2.5; full tier $0.005]; arxiv -> ask when the question is about a new AI, ML, NLP, or security research paper [filter "cat": ai|ml|nlp|security; full tier $0.005]; fed -> ask when the question is about what the Federal Reserve, the FOMC, or the ECB just said about rates or policy [filter "src": fed|fomc|ecb; full tier $0.01]; hn -> ask when the question is about what developers are discussing or upvoting right now [filter "feed": frontpage|show|rising; full tier $0.005]; status -> ask when the question is about whether AWS, GCP, Azure, GitHub, Cloudflare, OpenAI, or Anthropic is currently down [filter "provider": aws|github|cloudflare|openai|anthropic|azure|gcp; full tier $0.005]; ailab -> ask when the question is about what OpenAI, DeepMind, Google, Hugging Face, or AWS just announced or released [filter "lab": openai|deepmind|google|huggingface|aws; full tier $0.005]; sec-news -> ask when the question is about a breach, ransomware incident, or threat-actor campaign being reported [filter "src": bleepingcomputer|krebs|hackernews|arstechnica; full tier $0.005]; court -> ask when the question is about a new US federal court opinion or ruling, including the Supreme Court [filter "type": scotus|ca2|ca9|cafc|govinfo; full tier $0.01]; bills -> ask when the question is about a newly introduced congressional bill or a statute compilation [filter "type": bills|statutes; full tier $0.01]; enforce -> ask when the question is about an SEC or FTC enforcement action, fine, or litigation release [filter "agency": sec|ftc; full tier $0.01]; recall -> ask when the question is about a consumer product recall or an FDA regulatory action [filter "src": cpsc|fda; full tier $0.005]; crypto -> ask when the question is about crypto, blockchain, or protocol-level news [filter "src": coindesk|cointelegraph|ethereum; full tier $0.005]; space -> ask when the question is about a NASA mission, launch, or scientific discovery [filter "src": nasa; full tier $0.005]; sport -> ask when the question is about a score, result, fixture, or transfer [filter "src": bbc|espn; full tier $0.005]; jobs -> ask when the question is about an open remote engineering, design, or product role [filter "src": remote|hn; full tier $0.005]; releases -> ask when the question is about whether a dependency shipped a new version: Node, CPython, Kubernetes, Rust, Go, React, PyTorch, Deno, Bun [filter "project": node|python|kubernetes|rust|go|react|pytorch|deno|bun; full tier $0.005]; markets -> ask when the question is about equities, indices, or macro market movement being reported [filter "src": yahoo|marketwatch|seekingalpha; full tier $0.005]; world -> ask when the question is about an international story from a non-US news desk [filter "src": aljazeera|dw|france24|bbc; full tier $0.005]; tech -> ask when the question is about a technology launch, funding round, or platform change [filter "src": techcrunch|verge|ars; full tier $0.005]; econ -> ask when the question is about a US economic data release: CPI, jobs, GDP, interest rates [filter "src": bls|bea|rates; full tier $0.01]; science -> ask when the question is about new peer-reviewed research or science reporting [filter "src": nature|science|physorg; full tier $0.005]; preprints -> ask when the question is about a biology or medicine preprint, before peer review [filter "src": biorxiv|medrxiv; full tier $0.005]; pubhealth -> ask when the question is about a disease outbreak, or WHO/CDC guidance and health advisories [filter "src": who|cdc; full tier $0.005]; fda -> ask when the question is about a drug or device approval, clearance, or safety communication [filter "src": fda; full tier $0.005]; doj -> ask when the question is about a DOJ indictment, settlement, or antitrust action [filter "src": doj; full tier $0.005]; eu -> ask when the question is about a European Commission decision, fine, or directive [filter "src": ec; full tier $0.005]; uk -> ask when the question is about a UK government announcement from any department [filter "src": govuk; full tier $0.005]; defense -> ask when the question is about a US Department of Defense operation, contract award, or statement [filter "src": dod; full tier $0.005]; whitehouse -> ask when the question is about an executive order, proclamation, or presidential memorandum [filter "src": actions; full tier $0.005]; energy -> ask when the question is about oil, gas, electricity, or renewables news and analysis [filter "src": eia|doe|oil|utilities; full tier $0.005]; supplychain -> ask when the question is about freight, shipping, ports, carriers, or logistics [filter "src": freightwaves|scdive; full tier $0.005]; launches -> ask when the question is about a new product or developer project that just launched [filter "src": producthunt|lobsters|devto; full tier $0.005]; gaming -> ask when the question is about a video game release, announcement, or studio news [filter "src": gamespot|ign; full tier $0.005]; film -> ask when the question is about a film or TV deal, casting, or box-office story [filter "src": variety|deadline; full tier $0.005]; music -> ask when the question is about a music release, tour, or music-business story [filter "src": pitchfork|rollingstone; full tier $0.005]; canada -> ask when the question is about what the Government of Canada just announced: a federal department release, funding decision, or policy statement [filter "src": canada; full tier $0.005]; wto -> ask when the question is about a WTO dispute ruling, trade policy review, or tariff and accession decision [filter "src": wto; full tier $0.005]; relief -> ask when the question is about a humanitarian crisis, disaster response, displacement, or famine situation report [filter "src": reliefweb; full tier $0.005]; cenbank -> ask when the question is about what a central bank other than the Fed just said: Bank of Canada rate decisions, or ECB research on policy and financial stability [filter "src": boc|ecbblog; full tier $0.01]; oversight -> ask when the question is about a GAO audit or a CBO cost estimate scoring a federal program, bill, or spending decision [filter "src": gao|cbo; full tier $0.01]; cftc -> ask when the question is about a CFTC action on derivatives, commodities, swaps, or market manipulation [filter "src": cftc; full tier $0.01]; labor -> ask when the question is about a US labor rule, wage decision, OSHA citation, or workplace safety penalty [filter "src": dol|osha; full tier $0.005]; travel -> ask when the question is about whether it is safe to travel somewhere: a State Department advisory level, warning, or security alert for a country [filter "src": statedept; full tier $0.005]; ukcourt -> ask when the question is about a UK court judgment from the Supreme Court, Court of Appeal, High Court, or a tribunal [filter "src": caselaw; full tier $0.01]; standards -> ask when the question is about an internet or web standards development: IETF working group activity, an RFC, or a W3C specification [filter "src": ietf|w3c; full tier $0.005]; secresearch -> ask when the question is about security or privacy research and analysis: cryptography, anonymity, censorship circumvention, or browser security [filter "src": schneier|tor|mozilla; full tier $0.005]; langrel -> ask when the question is about a new version of a language, database, or the Linux kernel: PHP, PostgreSQL, Rust, Go, or kernel.org [filter "src": php|postgres|kernel|rust|go; full tier $0.005]; cloudrel -> ask when the question is about a cloud or platform product release, feature launch, or deprecation from AWS, Azure, GitLab, or Chrome [filter "src": aws|azure|gitlab|chrome; full tier $0.005]; research -> ask when the question is about an NSF grant or discovery, or a NIST standard, framework, or reference publication [filter "src": nsf|nist; full tier $0.005]; volcano -> ask when the question is about volcanic activity: an eruption, ash plume, alert-level change, or unrest at a named volcano [filter "src": smithsonian; full tier $0.005]; digitalrights -> ask when the question is about a digital rights or consumer protection action: EFF litigation on surveillance and platform law, or an FTC consumer case [filter "src": eff|ftc; full tier $0.005]; esa -> ask when the question is about a European Space Agency mission, launch, Earth-observation result, or science programme decision [filter "src": esa; full tier $0.005]. If results come back empty or all low-relevance, this wire likely does not cover the topic — switch wires rather than re-querying. Free preview: top 3.
    Connector
  • General search tool. This is your FIRST entry point to look up for possible tokens, entities, and addresses related to a query. Do NOT use this tool for prediction markets. For Polymarket names, topics, event slugs, or URLs, use `prediction_market_lookup` instead. Nansen MCP does not support NFTs, however check using this tool if the query relates to a token. Regular tokens and NFTs can have the same name. This tool allows you to: - Check if a (fungible) token exists by name, symbol, or contract address - Search information about a token - Current price in USD - Trading volume - Contract address and chain information - Market cap and supply data when available - Search information about an entity - Find Nansen labels of an address (EOA) or resolve a domain (.eth, .sol)
    Connector
  • SCA (Software Composition Analysis) — scans a project dependency manifest and returns known vulnerabilities for each dependency. Supports: package.json (npm), requirements.txt (Python), go.mod (Go), Cargo.toml (Rust), composer.json (PHP), Gemfile.lock (Ruby), CycloneDX SBOM JSON. PRIMARY source: OSV.dev (keyless, free, covers npm/PyPI/Go/crates.io/Packagist/RubyGems + GHSA advisories federated). CVSS enrichment: NVD NIST (when OSV lacks score). Exploitation flag: CISA KEV (known-exploited-vulnerabilities catalog). Returns per-vuln CVE/GHSA IDs, severity, CVSS score, fixed version, and actionable upgrade recommendations. Relevant for EU NIS2 supply chain risk obligations, DORA, SOC 2 vendor assessments. Cache TTL 6h. Parallel OSV queries (concurrency=10). SLA <=30s p95.
    Connector
  • Takes raw content strings (`.faf`, `.fafm`, and optionally `package.json`/`CHANGELOG.md`/`README.md`) and runs deterministic drift + contradiction signals across the FAF substrate. Returns a structured `Recommendation` (recommend, severity, reason, summary) with `hints` containing the current `effective_policy` and `partial[]` for any stateful signals unavailable on the current surface. Light-lane execution (hosted) is WASM-pure with no filesystem access. Heavy-lane execution (local via bunx/rust-faf-mcp) has full FS + persisted state. Advisory only — never auto-fires.
    Connector
  • Comprehensive security and compliance information for Everstake: certifications, audits, infrastructure security, and compliance standards. Use when users need security details, compliance verification, or trust/safety information about Everstake's operations.
    Connector
  • Get detailed information about a specific ad request, including pool selections if targeting mode is manual.
    Connector
  • Free discovery: real 0-100 intel score for a wallet from its observed x402 payment history across the broader x402 ecosystem (paid calls, distinct counterparties, volume, recency). Uses a simple transparent heuristic (volume log + breadth + spend log + recency decay) — the exact formula is returned inline as `score_model`. Returns intel_score, the wash-discounted effective_score + wash_flag/wash_factor (cheap Sybil signal), counts, component breakdown, and a data_available flag. Malformed pubkeys are rejected cleanly; the failure path returns the same shape as success. Sourced from the cross-facilitator corpus via the public Rust HTTP endpoint GET /v1/agents/{wallet}/x402 (backed by the x402_solana_payer_agg matview). For the full corpus-breadth renormalized model (intel_renorm_v1_1: score_raw, confidence, breadth_factor, wash_factor) + signed portable v6 receipt, pay for the HTTP surface: GET /v1/intel/trust/{wallet} (0.05 USDC).
    Connector
  • Get information about the currently active DanNet server. Returns: Dict with current server information: - server_url: The base URL of the current DanNet server - server_type: "local", "remote", or "custom" - status: Connection status information Example: info = get_current_dannet_server() # Returns: {"server_url": "https://wordnet.dk", "server_type": "remote", "status": "active"}
    Connector
  • Generate SDK scaffold code for common workflows. Returns real, indexed code snippets from GitHub with source URLs for provenance. Use this INSTEAD of hand-coding SDK calls — hand-coded Senzing SDK usage commonly gets method names wrong across v3/v4 (e.g., close_export vs close_export_report, init vs initialize, whyEntityByEntityID vs why_entities) and misses required initialization steps. Languages: python, java, csharp, rust. Workflows: initialize, configure, add_records, delete, query, redo, stewardship, information, full_pipeline (aliases accepted: init, config, ingest, remove, search, redoer, force_resolve, info, e2e). V3 supports Python and Java only. Returns GitHub raw URLs — fetch each snippet to read the source code.
    Connector
  • Get business information including name, type, service area, contact details, working hours, supported languages, enabled features, and a profile image (logo or personal photo) when the owner has uploaded one. Use 'attributeDetails' (natural-language sentences about the business's offerings, approach, and specialties) to reason about fit for the user. The 'cardChips' and 'cardChipGroups' fields are UI-only display data — ignore them. The response echoes the exact slug; reuse it verbatim in later tool calls. Always available for any business.
    Connector