Social media profile enrichment API for AI agents.
- Social Lookup Profile: Use this when you need public profile data from a social media handle or URL. Returns structured profile data in JSON. Returns: 1. displayName and bio 2. avatarUrl 3. followerCo
CRM и продажи · Без входа · Бесплатно
Autonomous dev team steered from chat: connect a GitHub repo and your own Claude/Codex/GLM/Kimi key; plain-English requests become tested, merged PRs.
- List Projects: List the caller's keelen-saas projects.
- Create Project: Create a brand-new from-scratch project (no Chrome onboarding needed). Use this ONLY when the user wants a NEW repo scaffolded. If they already have a repo, use import_project(repo_ful
- Submit Request: Submit a free-form Roadmap Request to a project (enters PM intake). Submit ONE feature or intent per call; split a multi-feature ask into separate requests. `text` must be under 16000
Разработка · Без входа · Бесплатно
aX is an agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
- Whoami: Manage the caller's aX identity, memory, and relationships. Use `get` first for a read-only identity card. Write actions are bounded to authenticated aX identity state and remain permission-ga
- Messages: Send and check messages. Actions: - check: Check in with aX and provide a required `reason` describing why you're checking now: what you're working on, help needed, blockers, questions, supp
- Tasks: Manage tasks. Create, list, update, and track work items. Actions: - list: List tasks (use filter='my_tasks' for assigned tasks) - create: Create a new task (requires title) - update: Update a
Задачи и проекты · Без входа · Бесплатно
MedCode Oracle — Healthcare API for AI agents License-free medical coding, prior authorization prediction, drug intelligence, reimbursement rates, and…
- Code Lookup: Look up medical codes (ICD-10, CPT, HCPCS) by code string. Returns description, category, active status, and related codes.
- Code Suggest: Get AI-powered medical code suggestions from a clinical description. Returns ranked code suggestions with relevance scores.
- Code Validate: Validate a medical code for correctness, active status, and context. Returns warnings and errors.
Финансы и платежи · Без входа · Бесплатно
Official MCP server for WhoisXML API — 27 tools for WHOIS, DNS, IP geolocation, subdomain enumeration, threat intelligence, email verification, and bulk batch…
- Bulk Dns Lookup: Run DNS lookups for up to 200 domain names per call. Emulated bulk (no native upstream bulk endpoint): the server fans out single DNS lookups concurrently and returns a unified envelo
- Bulk Email Verification: Run email verification for up to 10,000 emails per call. Native bulk (uses WhoisXML's Bulk Email Verification API). Each email consumes 1 credit. Returns inline if completes w
- Bulk Ip Geolocation: Run IP geolocation lookups for up to 200 IP addresses per call. Emulated bulk (no native upstream bulk endpoint exists; the WhoisXML bulk-IP-geo product is CSV-only via web UI). T
Документы и заметки · Без входа · Бесплатно
A2UI Atomic Catalog Real rendered UI in the conversation — charts, gauges, dashboards, study apps — without the model writing a single line of HTML.
- List Catalogs: List every A2UI catalog with a when-to-use, so you can pick the extension catalogs a surface needs. The base catalog (a2ui-atoms-v1) is always resolved.
- Get Catalog: Return one catalog's atoms (type + one-line description) so you know its vocabulary.
- Required Catalogs: Given an A2UI payload, return the resolvable catalog URIs it needs (deterministic — pure function of the atoms).
Документы и заметки · Без входа · Бесплатно
Diagnoses a domain's email authentication (SPF, DMARC, DKIM, MX, blacklists, and domain/SSL expiry) and returns copy-paste fix records generated by a…
- Scan Domain: Force a fresh scan of a domain and return its full report: seven deterministic checks — SPF, DKIM, DMARC, MX, DNS hardening, domain/TLS expiry and blacklist listing — each with a status (
- Get Report: Return the stored report for a domain, scanning once only if none exists yet — the cheap read, and the right default for a first look. Returns the same seven-check report as scan_domain (S
- Build Dmarc Upgrade: Return a validated DMARC enforcement-upgrade record for a domain. The alignment gate (whether p=reject is safe) is derived server-side from a scan — a caller can never assert alig
Разработка · Без входа · Бесплатно
@emailens/mcp MCP server for email compatibility analysis.
- Preview Email: Full email compatibility preview , transforms HTML for 21 email clients, analyzes CSS, generates scores, simulates dark mode, checks inbox preview and email size.
- Analyze Email: Quick CSS compatibility analysis , returns warnings and per-client scores.
- Audit Email: Comprehensive quality audit , CSS compatibility, spam, links, accessibility, images, inbox preview, size, templates, content overflow, visual bugs.
Документы и заметки · Без входа · Бесплатно
Agentic CRM for service businesses — 136 typed tools across customers, bookings, loyalty, invoices, and WhatsApp/SMS.
- Search Members: Search and filter members/accounts. Supports text search, date ranges, booking/activity history, membership tier, tags, and more. Use lastBookingBefore/inactiveDays to find inactive me
- Get Member Profile: Get detailed profile for a specific member/account by ID.
- List Tags: List all available tags for the merchant.
CRM и продажи · Без входа · Бесплатно
memsprout is a shared AI-context layer for teams — persistent memory your agents search and update over MCP.
- Store Memory: Save a memory — the single capture tool for everything you want to persist. Give it a concise, descriptive title whenever it holds durable knowledge — a decision, a procedure, a fact, a
- Search Memories: Semantic search across all memories you can read — your personal vault and every space you belong to. Each result is labeled personal or space-scoped. Pass space_id to narrow to a sin
- List Memories: List recent memories in reverse-chronological order (most recently updated first) across everything you can read — personal and all your spaces. Pass space_id to narrow to one space. Fi
Разработка · Без входа · Бесплатно
Mobus is an MCP server for dataset discovery and research.
- Search Datasets: Search for datasets across multiple platforms (Kaggle, Hugging Face, data.gov, Zenodo, OpenML, UCI, Google, AWS, World Bank, WHO, NASA, Eurostat, Socrata, Papers with Code, Semantic S
- Get Dataset Details: Get detailed metadata for a specific dataset (columns, row count, files, popularity)
- Preview Dataset: Preview the first N rows of a dataset to inspect its data before downloading
Финансы и платежи · Без входа · Бесплатно
Give your AI agent access to S3-compatible storage without handing it your access keys.
- List Connections: List the storage connections (S3, R2, Spaces, B2, ...) this access grant can see.
- List Buckets: List the buckets of one storage connection that this access grant can see.
- List Objects: List objects and folders in a bucket, filtered to prefixes this access grant may read. Folders end with "/" and appear as kind "prefix".
Документы и заметки · Без входа · Бесплатно
Your team ships code every week.
- Create Category: Creates a category in a product. Categories group posts and show as a colored badge next to each post on the changelog; background_color is the badge color. Check list_categories firs
- Create Post: Creates a release note in a product. The body is GitHub-flavoured Markdown, stored verbatim, and must be at least 100 characters. Call list_categories first: every post needs a category_i
- Delete Category: Deletes a category. Its posts are kept and still point at it; the category just stops being listed and offered for new posts. It cannot be restored through this server, so confirm wit
Документы и заметки · Без входа · Бесплатно
ShipStatic MCP One URL.
- Deployments Upload: Deploy a website instantly — free, no account or API key required. Returns the live URL, file count, and size. The response includes a claim URL (site expires in 3 days) — always s
Документы и заметки · Без входа · Бесплатно
AI model releases, price changes and deprecations in one feed, merged hourly from vendor release notes, Hugging Face, the OpenRouter catalog, GitHub and the…
- List Model Changes: Changes across AI models — new releases, price changes, API changes and deprecations. Normalized from vendor release notes, Hugging Face, the OpenRouter catalog and GitHub, dedupli
- Get Model: Pricing, context length and catalog status for one model. Accepts an OpenRouter id (anthropic/claude-opus-5) or a Hugging Face repo id.
- Get Price History: Price history for one model — when the price changed and to what. The public catalog only exposes the current price, so this answers 'was this cheaper last month?'. Each entry holds
Разработка · Без входа · Бесплатно
DataForB2B is a people and company search API powering live data from public sources across LinkedIn, GitHub, job boards, and web sources.
- Search Natural Language: Search using natural language. The LLM backend interprets your query and generates filters automatically. Examples: - "Software engineers in Paris with 5+ years of experience"
- Enrich Profile: Enrich a professional profile with detailed data, emails, or GitHub. Supports batch enrichment with comma-separated identifiers. Args: profile_identifier: professional profile identifi
- Enrich Company: Enrich a company with full data from public sources. Args: company_identifier: company identifier: - universal_name (slug): e.g. "google" - URL: https://linkedin.com/company/google - e
Разработка · Нужен API-ключ · Бесплатно
Human-authenticated setup for routing GitHub pull requests into the right Slack channel.
Разработка · Без входа · Бесплатно
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Документы и заметки · Нужен API-ключ · Бесплатно
Codebahn is the private GitHub alternative: fast Git and CI for small teams.
Разработка · Без входа · Бесплатно
DevMatch is an MCP server for hiring engineers based on what they've actually built.
- Find Candidates: Search the DevMatch index for engineers matching a job description. Pass JD text — formal description, informal request, role brief, paste of a README, or anything in between. The lon
- Get Profile: Fetch one contributor's profile card when the user mentions a specific GitHub handle that was NOT already returned by find_candidates. Use cases: (a) user types 'tell me about @karpathy';
- Find Similar Projects: Find open-source projects similar to a given GitHub repo, ranked by semantic similarity to its description/topics/README. Each result includes the project's top contributors so
Задачи и проекты · Без входа · Бесплатно
Sign in with email or GitHub.
Разработка · Без входа · Бесплатно
Ten x402-paid tools for JSON, YAML, cron, diff, text, DNS, WHOIS, GitHub, crypto, and email.
Финансы и платежи · Без входа · Бесплатно
Human-authenticated setup for routing GitHub pull requests into the right Slack channel.
Разработка · Без входа · Бесплатно
Usero is a user feedback tool for startup teams.
- Start Signup: Get a Usero API key without leaving the agent. Emails the user a sign-in link; clicking it creates their Usero account if needed and issues an API key for this MCP client. Returns a poll
- Check Signup: Poll after start_signup. Returns { status: "pending" } until the user confirms on the emailed page, then { status: "ready", apiKey } exactly once; the pollToken is dead after that. Poll
Документы и заметки · Без входа · Бесплатно
Younanix Memory MCP gives autonomous AI agents access to real-world engineering memory from actual incidents (Slack threads + GitHub issues in Supabase, TRPC…
- Query Lessons: Search Younanix engineering lessons by natural language query. Returns problem summaries with category, confidence, and tags. Full lesson details (root cause, lesson learned, evidence)
Разработка · Без входа · Бесплатно
Montreal Construction Oracle (MCP) Real-time building permit intelligence for the AI age.
- Get Recent Permits: Return building permits issued in the given Montreal borough within the last N days. Borough matching is case-insensitive and supports partial names (e.g. 'plateau' matches 'Le Pla
- Get High Value Permits: Return large-scale building permits filtered by estimated work cost. NOTE: the Montreal Open Data CSV does not currently publish the 'cout_travaux_estimes' column. This tool us
- List Boroughs: List all 19 distinct borough (arrondissement) names found in the permit dataset. Use the returned names as input to get_recent_permits().
CRM и продажи · Без входа · Бесплатно
9 utility tools for agents: DNS, WHOIS, email, IP, URL, headers, QR, text, tech.
Разработка · Без входа · Бесплатно
Let your AI agent notify you by email, Slack, Discord, or webhook.
Разработка · Нужен API-ключ · Бесплатно
Recall past conversations and user preferences with searchable long‑term memory.
- Memory Ingest: Store conversation in memory for future reference. USE THIS TOOL: At the END of every conversation after fully answering the user. WHAT TO STORE: 1) User's question or request, 2) Your
- Memory Search: Search stored memories for past conversations, user preferences, project context, and decisions. USE THIS TOOL: 1) At start of every conversation to find related context, 2) When user m
- Memory Get Spaces: List all available memory spaces (project contexts). USE THIS TOOL: To see what spaces exist before searching or storing memories. Each space organizes memories by topic (e.g., 'Pro
Задачи и проекты · Без входа · Бесплатно
Connect a Discord bot (bot token from the developer portal) to read/send messages, list guilds and c
Разработка · Без входа · Бесплатно