Skip to main content
Glama
571,450 tools. Updated 2026-09-15 11:28

"A system for parsing and investigating contact information provided in a sentence" matching MCP tools:

  • Maps only stable Tier1 finding identifiers to approved Tier1 services and public resources. Call after a Tier1 score or email-domain check. Do not submit prose, URLs, customer information, or invented identifiers. This tool performs no arbitrary fetching, makes no contact request, changes nothing, and stores nothing.
    ConnectorNo auth
  • Queue an enquiry for a human to review. This is NOT an order and does NOT create a task: no operator is contacted until a person has reviewed it. Only call this after the user has explicitly agreed to send an enquiry, and only with contact details the user provided. Requires `consent: true`.
    ConnectorNo auth
  • Create a contact from a known LinkedIn profile URL, or return the existing contact when the profile was already imported. Use this when you already know the exact profile URL and do not need to run a search. The contact is saved to a dedicated CRM Imports list and can then be passed to add_contacts_to_campaign. Pass `web_research` (what you found about their company/person online) and `personalization_note` (a hook for the outreach message) — both are stored on the contact and fed to the LinkedIn message generator as facts to personalize on. On an existing contact these are MERGED in (they enrich, never blank out existing data).
    ConnectorNo auth
  • Searches published article content from the provided raumnebenan source with case insensitive text matching. Use this as the first discovery step when the exact slug or id is unknown then call get_article_by_id for full details. Use only this tool output do not use external or inferred data. If required information is missing in this source respond that it is not available in the provided source. Only JSON RPC 2.0 requests are supported.
    ConnectorNo auth
  • Add a single contact. Adding a contact records consent to email them — only add addresses that opted in, or the send will damage sender reputation and may breach CAN-SPAM/GDPR.
    ConnectorNo auth
  • Searches news for a free-form topic or keyword and returns full details including summary, age, and source URL. To invoke multi-query search, put multiple topics in search_string separated by 'or', for example: 'abc or xyz or pqr'. The region is required. If the user has not provided a country or region, ask them which region they want before calling this tool. Specify the output language and top_k. Note: Language is the output language, not a filter — news in other languages may also be included. Leave search_type as auto (default) unless you have a strong reason to override — the system will intelligently classify it.
    ConnectorOAuth

Matching MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables any MCP-compatible AI assistant to search, filter, and retrieve information from a local document collection using a hybrid search pipeline with vector, BM25, reranking, and LLM enrichment.
    4
    -

Matching MCP Connectors

  • AI agents hire a human to observe, log or film on site. Typed results, feasibility before payment.

  • Check how to contact a business website, and whether that contact path actually works.

  • Validate whether a US medical code exists, is current, and is billable in the active bundled release. Returns a discriminated status — valid_billable, valid_not_billable, valid_header, or terminated — with a `whyNot` explaining non-billable and terminated cases (e.g. "valid ICD-10-CM category but not billable — submit a more specific child code"). This is the detail a coder needs before submitting a claim. Auto-detects the system from the code's shape; pass an explicit `system` to disambiguate. A non-billable or terminated code is a successful result with a whyNot, not an error — only a code that exists in no bundled system raises unknown_code. A code string that also exists in another bundled system carries `alsoInSystems` naming it, since the verdict applies only to the system that answered.
    ConnectorNo auth
  • Returns contact information for Symbols of Wealth Studio — email, website, location, and how to engage. Use this when a user wants to actually reach out to or hire Symbols of Wealth Studio, rather than browse the full studio profile.
    ConnectorNo auth
  • Returns contact information for Symbols of Wealth Studio — email, website, location, and how to engage. Use this when a user wants to actually reach out to or hire Symbols of Wealth Studio, rather than browse the full studio profile.
    ConnectorNo auth
  • Send a contact request to Clara Carros so a human gets in touch. Only call this when the user explicitly asks to be contacted, provides their own name and phone or email, AND agrees to share those details with Clara Carros — pass consent=true only then. Submitting shares the provided contact details per Clara Carros' privacy policy.
    ConnectorNo auth
  • Read the full profile of one business. Returns identity, contact details, address, social profiles, offerings, FAQ, `verification` and any machine-readable endpoints we publish for it. Absent information is named in `missing` rather than dropped silently, so an empty field means "we do not hold this", not "they do not have one". An unknown `slug` returns candidate slugs instead of a bare failure. Authentication: none. This tool works with no credentials.
    ConnectorNo auth
  • Send a contact request to TransparentCars so a human gets in touch. Only call this when the user explicitly asks to be contacted, provides their own name and a phone or email, AND agrees to share those details — pass consent=true only then. Submitting shares the provided contact details per the TransparentCars privacy policy.
    ConnectorNo auth
  • Create a CRM contact: a named person, with their address, phone numbers and CVR/VAT number. Refuses if the same email or phone already exists, unless allow_duplicate is true - relay the duplicates it names and let the user decide. `company` is free text here, not a link to a company record. AFTER CREATING, ASK WHETHER IT SHOULD BE ATTACHED TO A DEAL. A contact on its own sits outside the pipeline: it is a deal that carries the contact, through contact_id on crm_create_deal or crm_update_deal. TO ATTACH IT TO A LEAD, set contact_id on the lead with crm_update_lead - the pointer lives there, so one contact can sit behind several leads from the same person over time. BEFORE CREATING FROM A LEAD, CHECK: crm_get_contacts with the lead's email or name, in case the contact already exists. Creating a second one is how a customer ends up in the CRM twice. `list_id` takes a contact list by name or id, and only lists that exist in this workspace. `is_collaborator` marks someone you work with rather than sell to.
    ConnectorOAuth
  • After the customer explicitly agrees, save their service requirements and contact details and send a notification to the business's configured email or opted-in SMS destination. This requests a business response, not a price commitment, booking or payment. Use context from request_service. Reuse the same idempotency_key AND details to check an uncertain submission; never automatically start a new request. Exclude medical, payment-card and authentication information.
    Connector
    Destructive
    No auth
  • Get detailed information for a specific VA facility. Returns comprehensive facility data including address, contact info, operating hours, services offered, patient wait times, and patient satisfaction scores. Args: facility_id: The VA facility ID (e.g., "vha_648", "vba_310", "nca_907"). Obtain from find_va_facilities results.
    ConnectorNo auth
  • Update an agent's identity and model settings. Only modifies provided fields. For instructions, access, appearance, knowledge, traits, and data collection, use dedicated tools. At least one field must be provided. Interactive buttons: set ``interactive_buttons_enabled`` to turn the feature on/off, and ``interactive_buttons_behavior`` to customize WHEN the agent shows buttons. To drop a custom behavior and fall back to the canonical default, pass ``clear_fields=["interactive_buttons_behavior"]`` (never send an empty string). Supplying that field in ``clear_fields`` AND as ``interactive_buttons_behavior`` at the same time is rejected. Instructions are managed by ``gnosari_manage_instructions``. Clearing them is the single exception that lives here: pass ``clear_fields=["instructions"]`` to empty the agent's system prompt. Raises: ValueError: If no update fields are provided, or if a field appears in both ``clear_fields`` and as a value param.
    ConnectorOAuth
  • Send FlexYield an enterprise wishlist: what would need to be true for you to run on FlexYield (chains, SLAs, compliance, features, prices; max 1000 chars) plus a contact email; the founders reply by email. Use it when the public plans do not fit and a human wants to talk. Not for bugs or account questions (use manage_tickets) and not for product ideas from a signed-in account (use manage_feedback). Returns JSON: sent, contact. Creates a record and a mail. No key needed.
    ConnectorNo auth
  • Searches the site "CodeStringers Zoho Consulting Services" (https://www.codestringers.com/_api/mcp) for information. Use this tool ONLY in the following cases: 1. You just used "GetBusinessDetails" tool and you did not find the information you need. 2. User asked a generic business question about their business (e.g., business address, business hours, contact information, return policy, etc.) 3. You already tried to find an entity (e.g., product, service, etc.) using an API tool and you did not find the information you need. 4. The request is too vague and you do not know what type of entity it is and what to search for in the docs. Do NOT use this tool for searching for products or other offered services - use the 'SearchSiteApiDocs' tool instead (unless you already tried that tool and you did not find the information you need). This tool DOES NOT support filters - you cannot ask questions like "find me something under $10".
    ConnectorNo auth
  • Enhanced citation lookup combining citeurl parsing with CourtListener data. This tool first uses citeurl to parse and validate the citation format, then optionally queries the CourtListener API for additional case information.
    ConnectorNo auth
  • 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.
    ConnectorNo auth