Skip to main content
Glama
17,704 servers. Updated

"Understanding or Searching for Information About a Cursor" matching MCP connectors:

GET /v1/connectors — MCP directory API reference

Matching Connector Tools:

  • **Lumethic Photo Verification** checks whether a photo is a real, unmodified camera capture. Give it the RAW file and the JPEG export from the same shot and it compares the two with forensic algorithms, or hand it a single image and it validates the C2PA Content Credentials embedded by the camera or editing software. You get an authenticity verdict with confidence, per-check findings, and a shareable report. This remote MCP server puts the whole workflow inside your assistant: verify photos, organise them with tags and private comments, share reports, and publish verified work to a public portfolio page with an evidence-backed badge. **Endpoint:** `https://api.lumethic.com/mcp` (Streamable HTTP, OAuth 2.1). **Connect from your assistant.** The first connection opens a Lumethic consent screen. Enter your email and the six-digit code we send, choose what the assistant may do, and you are connected. New addresses get a free account. In Claude Code: `claude mcp add --transport http lumethic https://api.lumethic.com/mcp`. In Claude.ai and Claude Desktop: Settings, Connectors, Add custom connector, paste the endpoint URL. **Connect with an API key.** Servers, scripts and CI can send `Authorization: Bearer ask_…` or `X-API-Key: ask_…` instead. Create a key at https://www.lumethic.com/en/profile. **Verify.** `verify_photo` verifies a RAW + JPEG pair, inline as base64 for small files or via object keys from `create_verification_upload` for large ones; it uses quota. `verify_content_credentials` validates a single image's C2PA Content Credentials and runs advisory forensic screening; no RAW needed, free. `get_verification` returns status, verdict, per-check results and the evidence report; poll until `completed`. `list_verifications` lists your verifications, filterable by status, result and tags. **Organise.** `list_tags`, `set_verification_tags`, `add_verification_tags`, `remove_verification_tag`, `update_tag` and `delete_tag` manage tags on verifications and in your vocabulary, by name or id. `list_verification_comments`, `add_verification_comment`, `update_verification_comment` and `delete_verification_comment` keep private notes on a verification, visible to your account only. **Share and export.** `share_verification`, `get_verification_share` and `unshare_verification` create a public or invite-only report link, read it, or revoke it. `request_psd_export` and `get_psd_export_status` produce a layered flicker-comparison PSD (original, registered RAW rendition, SSIM heatmap) for Photoshop. **Verified Portfolio.** `get_portfolio`, `create_portfolio`, `update_portfolio` and `delete_portfolio` manage your public portfolio page: slug, display name, tagline, website and publish state (paid plans). `add_portfolio_item`, `update_portfolio_item`, `reorder_portfolio_items` and `remove_portfolio_item` curate up to 50 verified photos with titles and order. Adding a photo makes its report publicly viewable, and the assistant is told to confirm with you first. **Account and marketplace.** `get_account_usage` reports your plan and the verifications used and remaining this month. `get_upgrade_link` returns a sign-in link to the upgrade page when quota runs out. `get_listing` and `list_my_listings` read your Lumethic marketplace listings. The resource `lumethic://pricing` describes plans, monthly limits and authentication options. **Annotations and scopes.** Every tool carries MCP annotations: reads are read-only, publishing and sharing tools are open-world, and irreversible actions such as unsharing, deleting or editing a comment are destructive, so assistants can ask before acting. On the consent screen you choose the scopes `verifications:read`, `verifications:write`, `shares:write`, `portfolio:write`, `listings:read`, `account:read` and `offline_access`, and you can review or disconnect assistants any time from your Lumethic profile. **Pricing.** The Free plan includes 5 RAW + JPEG verifications per month; Content Credentials checks are free and unlimited. Paid plans raise the limit and unlock the Verified Portfolio and PSD exports. See https://www.lumethic.com/en/pricing. **Links.** Documentation: https://www.lumethic.com/en/mcp. REST API: https://www.lumethic.com/en/api. Privacy policy: https://www.lumethic.com/en/privacy-policy. Terms: https://www.lumethic.com/en/terms-and-conditions.

  • Taskaid is built for you and your agents to get work done together.

  • Vedic and Western astrology for AI agents: charts, dasha, matchmaking, panchanga, numerology, tarot.

  • Production backend for AI-built apps: storage, data, jobs, webhooks, email, metering and billing.

  • Hosted remote server for a Microsoft 365, Gmail or IMAP mailbox you already own: read, search, draft, reply in thread, forward and file mail. It moves or flags up to 500 messages in one call, and a send leaves exactly one copy in Sent. A calendar is a separate connection, and connecting one adds diary and scheduling tools.

  • Publish what your agent just made to a public HTTPS link. Pass the content — a page, a report, a deck — and get a live URL that keeps working with no machine online, plus password protection, credential rotation and takedown. 8 tools. The local companion (npm i -g @servelink/serve) adds tunnels to a running dev server.

  • Taokeh is accounting software for Malaysian SMEs — double-entry books, LHDN e-Invoice (MyInvois), SST, and full statutory payroll — and this connector opens a company's live books to the AI its owner already uses. 59 tools. The reads answer real questions from the ledger: P&L and balance sheet with server-computed comparisons, cash position, A/R and A/P aging, per-channel marketplace sales, an 8-week cash-flow forecast, tax position, document search with e-Invoice standing, and a one-call daily brief. The writes are drafts only — expenses, invoices, bills, quotes, purchase orders, receipts, credit and debit notes, adjusting journals, bank-statement imports and bank-row suggestions — every figure re-checked by the server, every draft waiting for a human tap in Taokeh. The AI can also work the Shoebox: staff snap paper on free phone logins, and the connector lists the pile, reads each photo, and files the draft with the original attached — the server maps its own stored copy, so the document trail stays byte-perfect. One connection is bound to one company at consent; no tool takes a company argument. Migrating from another system? The same connector stages the chart of accounts, opening balances, contacts, products, historical documents and workspace settings onto the owner's own review screens. Bring your own AI subscription — no per-call fees.

  • Malaysian SME accounting, e-Invoice and payroll for your AI. 63 tools; writes are approved drafts.

  • Chat forgets your workouts. AIm remembers them for Claude and ChatGPT: sets, weights, 1RM, volume.

  • 3DLogo.io, a browser 3D logo maker: 3D logos, 3D coins, 3D models from photos or prompts, embeds.

  • Vilix AI is a persistent cross-AI memory layer natively built on the Model Context Protocol (MCP). Connect once, and your memory, projects, decisions, preferences, and conversation history will follow you across all your favorite, and any other MCP-compatible AI tools: ChatGPT, Claude, Cursor, Codex, Grok, Perplexity, and more. While memory tools solve the problem of switching between apps, Vilix AI also solves the problem of switching between devices: continue your conversation on your phone, then pick it right back up on your laptop minutes later, with full context. Stores actual conversations, not just extracted facts, and has been engineered for long-term storage with years of context rather than days. Exposes get_context (what to say based on relevant memory to recall) and save_turn (what to persist) as core MCP tools, and full project, task, and skill management for agents to track what work is being done. Use cases include ChatGPT memory, Claude memory, Cursor memory, and AI agent memory in a shared layer for founders and developers who are using multiple AI tools and tired of having to re-contextualize everything every single time. OAuth-based setup with no tokens required, including a free tier. See https://vilix.ai/get-started for more information.

  • Publish a complete website to a live URL from your AI assistant — pages, working contact forms, editable content, bookings and an AI chatbot.

  • Connect your AI assistant to iubenda to handle website legal compliance. Create and manage sites, generate privacy and cookie policies tailored to the services you use, add data-processing services from iubenda's catalog, set up cookie consent banners, and draft terms and conditions, all through natural language. Run cookie scans to detect trackers and update policies as your site changes. Built for founders, agencies, and developers meeting GDPR, ePrivacy, and US state privacy laws.

  • Ask your AI assistant about your own website's SEO and get answers from your real data, not generic advice. One connector, all your channels: Google Search Console (rankings, clicks, indexing), Google Analytics (traffic and sources), Google Ads (campaigns and search terms), Google Business Profile (local visibility and reviews), Google Trends, keyword research, backlinks and link prospects, competitor rankings, site crawls, and AI visibility (does ChatGPT mention your site?). Ask things like: which keywords am I one push away from page 1 for? Why did traffic drop last month? Which competitor is outranking me, and where? Are my ads and SEO fighting over the same keywords? Then let it act. On a paid plan, your assistant can prepare SEO fixes, content campaigns, and article drafts. Nothing touches your site until you approve it in SEOmatic, and every change shows before-and-after results. Connect via OAuth: log in, pick your site, done. No API key needed.

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.

  • Fallax is a phishing simulation and security awareness training platform. Read your results.

  • Hosted MCP endpoint for AI agents to plan, adapt, review, schedule, and batch-publish social media content across connected channels.

  • Connects Amazon Seller Central and Amazon Advertising to any MCP client. Settlement-accurate P&L - every fee, refund and reimbursement as Amazon posted it - plus contribution margin and breakeven per product, per marketplace, per day. Full Sponsored Products, Brands and Display management: search terms, placements, keyword and competitor research, dayparting, automation rules. 107 tools: 72 read-only, 29 that stage a reviewable diff for your approval, and 6 confirmation/support actions. Write tools stage a reviewable diff; applying it takes a separate confirmation.

  • Give your AI agent a spending limit: approval controls and single-use virtual cards.