Реклама

Найдено: 879

Только проверенные
Moltline Personal
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

20 inbox, calendar, travel, meals and family-logistics skill products.

  • List Products: List every product in the Personal Suite line with its included skills. FREE. Takes no arguments. Returns a list of 20 product objects, each {"slug": "inbox-assistant", "name": ..., "ta
  • Get Free Skill: Load a product's free gateway skill with its complete instructions. FREE. Typical input {"slug": "inbox-assistant"} returns {"slug": ..., "skill": "<skill name>", "instructions": "<ful
  • Budget Split: Split monthly income into needs/wants/savings buckets with weekly equivalents. FREE. Defaults to the 50/30/20 rule, fully customizable. Typical input {"monthly_income": 4000} returns {"n
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Moltline Recall
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

A portable knowledge-graph memory you pass in and get back.

  • Graph Upsert: Fold new facts into a memory graph and get the whole graph back. FREE. Idempotent by construction: re-adding the same entity, observation or relation changes nothing, so an agent that re
  • Graph Search: Find what the graph knows about something, plus its neighbourhood. FREE. Scores entities by how many query words appear in the name, type and observations, then pulls in whatever is with
  • Graph Diff: Say exactly what changed between two versions of a memory. FREE. The audit trail a database gives you for free, without the database. Typical input {"before": {...}, "after": {...}} return
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Moltline Research
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

7 research navigation, thesis, note-taking and citation skill products.

  • List Products: List every product in the Research Desk line with its included skills. FREE. Takes no arguments. Returns a list of 7 product objects, each {"slug": "thesis-advisor", "name": ..., "tagli
  • Get Free Skill: Load a product's free gateway skill with its complete instructions. FREE. Typical input {"slug": "thesis-advisor"} returns {"slug": ..., "skill": "<skill name>", "instructions": "<full
  • Format Citation: Format a citation in APA 7, MLA 9, or Chicago author-date style. FREE. Typical input {"style": "apa", "authors": ["Curie, Marie"], "year": 1911, "title": "Radium and radioactivity", "
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Moltline Shopify
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Check a product CSV, handles, variant matrices and metafield keys.

  • Product Csv Check: Check a product CSV's header row against Shopify's current columns. FREE. Catches the failure that wastes the most time: a template copied from an out-of-date guide, using column na
  • Url Handle: Turn a product title into a valid, unique Shopify URL handle. FREE. Shopify handles are lowercase, may contain letters, numbers and dashes, and may not contain spaces. Typical input {"titl
  • Variant Matrix: Count the variants a set of options produces, and flag the ceilings. FREE. Option counts multiply, so three modest lists become a number nobody intended. Typical input {"options": {"Si
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Moltline SKILL.md Lint
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Lint a SKILL.md for frontmatter, structure, secrets and size.

  • Lint Skill: Lint one SKILL.md file the way marketplaces and agents parse it. FREE. Checks YAML frontmatter presence and required fields (name, description), description quality, body structure (proced
  • Packaging Check: Validate a zip layout plan for a skill marketplace before packaging. FREE. Checks SKILL.md placement rules and flags junk files. Typical input {"file_paths": ["my-skill/SKILL.md", "my
  • Regex Test: Test a regular expression against sample strings. FREE. Typical input {"pattern": "v(\\d+)", "samples": ["v12", "beta"]} returns {"pattern": ..., "results": [{"sample": "v12", "match": tru
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Moltline TaxLots
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Crypto cost-basis lots (FIFO/LIFO/HIFO/specific-ID), Form 8949 rows and a 1099-DA reconciliation from your own exchange CSVs, in exact decimals.

  • Parse Transactions: Normalise an exchange CSV export into the canonical ledger rows. FREE. Supports the Coinbase transaction-history export (Transaction Type / Asset / Quantity Transacted columns), th
  • Ledger Lint: Find the problems that break a lot build: missing values, duplicates, negative balances. FREE. Typical input {"ledger": <rows from parse_transactions>} returns {"issues": [{"severity": "e
  • Match Transfers: Pair withdrawals with the deposits that received them between your own accounts. FREE. Typical input {"ledger": <rows>, "window_minutes": 1440} returns {"pairs": [{"out": "kr91", "in"
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Moltline TimeOps
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Business days, meeting overlap and recurrence expansion, deterministic.

  • Business Days: Do business-day math that skips weekends and your holiday list. FREE. Either add N business days to start_date (set add_days), or count the business days between start_date and end_date
  • Meeting Overlap: Find the shared meeting window across time zones inside working hours. FREE. Give one UTC offset per participant and an optional working-hours window. Typical input {"offsets_utc": [-
  • Recurrence Expand: Expand a recurrence rule into a concrete list of ISO dates. FREE. Set every_days for a fixed interval, or weekly_on for specific weekdays. Typical input {"start_date": "2026-01-05",
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Moltline Vision
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Image header probing, bbox conversion, resize plans and colour maths.

  • Image Probe: Read an image's format and pixel size from its header alone. FREE. Dimensions live in the first few dozen bytes of PNG, JPEG, GIF, BMP and WebP, so a base64 prefix is enough - you do not
  • Bbox Convert: Convert bounding boxes between COCO, Pascal VOC and YOLO. FREE. The three formats disagree on everything: COCO is [x, y, width, height], VOC is [x1, y1, x2, y2], YOLO is [cx, cy, w, h] n
  • Resize Plan: Work out the exact scale, padding and crop for a model input size. FREE. Returns the numbers you need to transform boxes alongside the image, which is the step that usually gets skipped.
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
momentic
Сбои
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Free SEO, GEO, and AEO audits: analyze any page or domain, AI-crawler access, agent readiness.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
moodtrip-hotel-search
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

MoodTrip is an AI-powered hotel search that understands natural language.

  • FindHotels: Search for hotels by city, country, dates, and guest count. Returns hotel metadata including name, rating, location, and images.
  • SearchHotelsWithRates: Search hotels with real-time pricing and availability. Returns hotels with live rates, cancellation policies, and booking URLs.
  • RelaxConstraints: Progressively relax search constraints when initial search returns no results. Adjusts parameters like price range, rating, and amenities.
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

AI visibility + fact-checks (ChatGPT/Perplexity), review gaps & competitor scans, local SEO.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Morphed
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Create AI images and videos, manage projects and credits, and use workspace campaign context.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Morphed
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Create AI images and videos, manage creative projects and credits, and use saved brand, product, character, and campaign context from your Morphed workspace.

  • Get Credits: Return the current Morphed credit balance for the authenticated workspace.
  • Get Workspace Context: Return saved brand, product, character, and project context for the authenticated workspace.
  • List Models: List generation models available to this workspace, including capabilities and credit pricing.
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
MotiBlog
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Agent-first SEO research and publishing: competitors, SERPs, internal links, and Search Console.

Реклама · Нужен API-ключ · Бесплатно
ClaudeChatGPTCursor
Подключить
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Run your ecommerce ads from Claude & ChatGPT: Meta, Google, Amazon, Shopify (150 tools)

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
NanoTools
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

44 tools for AI agents: Trends, SERP, SEO audits, screenshots, weather, FX, whois, RSS.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
NativeAds
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

AI ad creative generation: brands, Brand DNA, asset uploads, image and video generation.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
nativeads
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Nativeads.ai provides generative AI tools that create display, video, native, and social ad creatives from simple text prompts.

  • Patch Brand Dna Version: Partially update a Brand DNA version's canonical payload with an RFC 7386 JSON Merge Patch: send ONLY the fields to change (nested objects deep-merge; a null value deletes a k
  • Image To Video: Start a first-frame image-to-video generation for a brand (default model). Asynchronous: returns a task id; poll get_task for completion. Results are much stronger with active Brand DN
  • Download Asset: Return a short-lived presigned download URL for an asset (image, video, or PDF) by its id.
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
neo-x402-mcp
Не отвечает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

8-tool AI web intelligence suite: search, scrape, screenshot, SEO, docs, crypto, code.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Nevent MCP
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

AI agent product discovery via open marketplace.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Order freshly self-roasted specialty coffee from NiMCoffee (新印象咖啡), a coffee roaster in Fuzhou, China.

  • Send Verification Code: Send SMS verification code to the user's phone number.
  • Verify And Bind: Verify SMS code and bind the user. Returns a user token for subsequent operations.
  • Search Products: Search NiMCoffee products by keyword, category, origin, or flavor.
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Nitrosend
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Nitrosend is AI-Native Email — campaigns, automation flows and transactional email, run end to end from Claude, ChatGPT, Codex, Cursor or any MCP client.

  • Nitro Get Status: Get current account context, sender identity, dashboard links, readiness, onboarding status, and recommendations.
  • Nitro Select Account: Switch this OAuth MCP connection to an account listed by nitro_get_status; the next call uses it. Credential-authenticated connections are pinned and cannot switch.
  • Nitro Select Brand: Select the current brand for this OAuth MCP connection. Use this instead of passing brand_sid to other tools. Credential-authenticated connections are pinned to one brand and canno
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Notch
Сбои
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Turn product pages and creative briefs into finished video and image ads from your AI chat.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Notch
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

> Notch turns a direction into a finished video ad.

  • List Workspaces: List the Notch workspaces the user belongs to. New ad sessions are created and billed in the active workspace (marked isActive). Use select_workspace to switch.
  • Select Workspace: Switch the active Notch workspace — where new ad sessions are created and billed. Pass a workspaceId from list_workspaces.
  • List Sessions: List recent ad sessions in the active workspace, most recently active first. Any of these can be resumed with send_message or get_session_updates.
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
NotFair-MetaAds
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns.

Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
Notipo
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.

Реклама · Нужен API-ключ · Бесплатно
ClaudeChatGPTCursor
Подключить
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Read the current nowyourlink Spotlight, browse settled advertising days, and retrieve a Spotlight by date.

  • Get Current Spotlight: Read the currently displayed settled public Spotlight, including labeled house advertisements. Does not bid or pay.
  • List Spotlights: Browse settled public Spotlights, newest first, including labeled house advertisements. Removed ads are excluded.
  • Get Spotlight: Read one settled public Spotlight by date, including labeled house advertisements. Removed or missing days are unavailable.
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
NudiTok
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

Search adult short-form video on NudiTok: porn and nude clips (NSFW, 18+), creators and hashtags.

  • Search Content: Search NudiTok for adult videos (porn, NSFW, nude, 18+), hashtags and creators by keyword
  • Get Video: Fetch full metadata for a single NudiTok video by its hash identifier
  • Get Feed: Get a sample of the newest public adult videos on NudiTok (max 20).
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить
nuzur mcp
Работает
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключением

nuzur's MCP server lets AI agents propose database schema and data changes as reviewable change requests — no direct write access.

  • AddEntity: Add a new entity (table) to a draft project version, optionally with initial fields and indexes. Reference it by identifier; the server mints all UUIDs. Returns { version, entity } — the cr
  • AddEnum: Add a new enum to a draft project version. Provide the identifier and staticValues (convention: first value is 'invalid' with no numericValue, then real values 1,2,3...). The server mints the
  • AddField: Add a field to an entity in a draft project version. Provide the entity identifier and a compact field spec (identifier, type code, optional required/key/unique/description/typeConfig); the
Реклама · Без входа · Бесплатно
ClaudeChatGPTCursor
Подключить

Не нашли нужный коннектор?

Расскажите, какой сервис вам нужен, или добавьте свой MCP-сервер: проверим и опубликуем в каталоге.

Предложить коннектор