Makes Fonto documentation accessible to AI tools.
- Search Fonto Docs: Search the Fonto XML documentation by keyword. Returns matching pages with titles, descriptions, and slugs.
- Get Fonto Page: Fetch the full content of a Fonto documentation page by its slug (the part of the URL after /latest/). Use search_fonto_docs first to find the right slug.
- List Pages: List Fonto documentation pages whose titles match a keyword. Useful for discovery when you don't know the exact slug. Returns slug, title, and URL for each match. For a full catalog use th
Docs & Notes · No sign-in · Free
Web search and URL-to-markdown for agents.
Docs & Notes · No sign-in · Free
AI memory buyer routing with Forge docs, pricing, paid recommendations, and MCP discovery.
Docs & Notes · API key required · Free
MCP server for querying Forkast documentation
Docs & Notes · No sign-in · Free
Fill any interactive PDF form from your AI agent — tax forms, HR paperwork, legal documents — in a single tool call.
- List Form Fields: List all fillable fields in a PDF form. Args: pdf_path: Absolute path to the PDF file on disk. api_key: Your FormFill API key (get one at formfill.plenitudo.ai). Returns a JSON objec
- Fill Form: Fill a PDF form and save the result to disk. Args: pdf_path: Absolute path to the source (blank) PDF form. field_values: Dict mapping field names to string values. Example: {"f1_01[0]": "Jo
- Fill Form Multipage: Fill a multi-page PDF form and save the result to disk. Identical to fill_form but explicitly iterates page-by-page, which is more reliable for forms where field names repeat acro
Docs & Notes · No sign-in · Free
Formify turns document paperwork into something you can just ask for.
- List Documents: List documents created by the user or shared within the account.
- Get Document: Get detailed status and metadata for a specific document, including per-signee signing status. The document `status` is exactly one of: `created` (created and ready), `processing` (the A
- Create Document: Create a document and send it for electronic signature. Provide either templateId (from list_templates) or fileId (from upload_file) — not both. When using a template: call get_templa
Docs & Notes · No sign-in · Free
US legal documents matched to each state's law: leases, notices, NDAs, wills.
Docs & Notes · API key required · Free
Subscription-gated MCP treasury for AI agents Subscribe: POST /api/mcp/onboard with x402 USDC on Base ($49 personal / $499 startup) → receive frtfiag API key…
- Get Mcp Guide: FortFi MCP capability guide: onboarding paths, pricing, limits, workflows, and full tool catalog. Call first when unsure which tool to use (e.g. market research → discover_tokens, not t
- List Wallets: List FortFi wallets for this account: chain, address, nickname, metadata tags, and default flag. Optional metadataKey/metadataValue filter (exact match).
- List Recipients: List all allowlisted recipients. Includes cooldown status: `cooldownActive: true` means the recipient cannot yet receive funds (24-hour gate).
Docs & Notes · API key required · Free
Manage a Foundry IMS catalog: products, variants, BOMs, plus invoices read from supplier docs.
Docs & Notes · No sign-in · Free
Managed knowledge for AI agents: hybrid search, auto-embeddings and live schema introspection over your own collections, behind one endpoint.
- Discover Resources: List available Flux resources and capabilities. Start here: every other tool takes a resource_id from this list, and a resource's capabilities say which of them it will accept.
- Describe Resource: Return schema and searchability for a resource_id. Call it before filtering or sorting, to learn the field names and which fields are searchable. Searching by text does not need it.
- Get Record: Fetch one record by id for a resource_id, whole and untruncated. Use it when the id is already known; where the resource lists get_many among its discover_resources capabilities, search_re
Tasks & Projects · API key required · Free
Fragrance encyclopedia: note pyramids, accords, perfumers and dupes (parfica.com).
Docs & Notes · No sign-in · Free
Shared project memory for teams: read projects and tasks, write updates and wiki decisions.
Tasks & Projects · No sign-in · Free
FrameThrower is the world's largest library of film stills for inspiration, learning, and making movies faster.
- Search Frames: Search the FrameThrower cinematography reference library by concept, mood, color, composition, or scene. Returns reference frames with film/credits metadata, a preview thumbnail, the fu
- Find By Craft: Find frames by specific cinematography craft attributes — lens character, shot size, visual style, setting, time of day, director, or year range. All optional; combine to narrow. Use th
- Find Similar: Find frames visually/semantically similar to a given frame id (from a prior result). Use this to pull more references like one the user shortlisted.
Docs & Notes · No sign-in · Free
Free buyer-side outcome verification and provider comparison for supplied agent receipts.
Docs & Notes · No sign-in · Free
Free e-signature for humans and AI agents — zero-document PDF signing from hashes only.
Docs & Notes · No sign-in · Free
Hotel PMS pricing, comparisons, OTA savings math, docs search and live demo availability.
Docs & Notes · No sign-in · Free
The form backend for vibe-coded and static websites, built so an AI agent can run it end to end.
- List Teams: Use to see workspaces this token can act on. A team-scoped frw_ token returns that team only. An operator token or an MCP OAuth login returns every team you belong to — pass team_id on lis
- Update Team: Use to rename a team. Operator tokens (all workspaces) must pass team_id from list_teams. Team-scoped tokens may omit team_id and cannot target another workspace. Do not use this to creat
- Get Account: Use to read the team's plan, usage this month, limits, expansion_packs, retention_days, and branding. Plans are capacity, not a feature ladder. Free: one workspace, 100 clean submissions/
Tasks & Projects · No sign-in · Free
JSON in, PDF out.
Docs & Notes · No sign-in · Free
Search GameAnalytics docs: Unity, Unreal, iOS, Android SDK and API guides for mobile game analytics.
Docs & Notes · No sign-in · Free
Gamelabs Studio offers an AI-powered sprite generator and animation tool designed for game developers.
- Image.Generate: Generate a game-ready image and create or update its project asset. Supports references, tileable parallax sources, layer splitting, and image extension.
- Video.Generate: Generate an animated video from a source image job and associate it with the same asset.
- Spritesheet.Generate: Convert a completed source video job into a spritesheet associated with the same asset.
Docs & Notes · API key required · Free
Extract, search and tag any document: invoices, receipts, contracts, templates.
Docs & Notes · API key required · Free
Extract, search and tag any document — invoices, receipts, contracts, forms, or your own templates.
- Files Create Upload: Reserve a pre-signed PUT slot for a forthcoming file upload. Returns the upload URL, an ``upload.headers`` dict (the agent MUST echo every header in this dict on the PUT -- today
- Files Create Extraction Upload: Reserve a pre-signed PUT slot for Core-OCR extraction. After PUTing the bytes to the returned URL, follow the ``next_tool_call`` recipe and provide one or more ``extrac
- Tag File: Run the FileTag pipeline against a previously uploaded slot. The ``file_id`` comes from a prior ``files_create_upload`` call. The server validates the uploaded blob (size, content-type, opti
Docs & Notes · No sign-in · Free
MCP server for Google's Gemini File Search and RAG (Retrieval-Augmented Generation).
- Gemini Create Store: Create a new Gemini File Search store for RAG documents. Returns the created store resource. Use this to create a knowledge base before uploading documents.
- Gemini List Stores: List all Gemini File Search stores. Returns store names, display names, and timestamps. Use to see available knowledge bases.
- Gemini Get Store: Get details of a specific Gemini File Search store by its resource name.
Docs & Notes · API key required · Free
Search 41,000+ agentic coding tools from inside your agent: agent skills (SKILL.md), MCP servers, Claude Code plugins, and agentic loops — with real install…
- Search Tools: Search 41,000+ agentic coding tools: agent skills (SKILL.md), MCP servers, Claude Code plugins, and agentic loops. Ranked by match quality; real install counts and GitHub stars. Cite res
- Get Tool: Full detail for one tool by category and id (as returned by search_tools). Includes description, install command, repo, license, and — for skills — capabilities and prerequisites extracted f
- List Categories: The four catalog categories with live counts and browse URLs.
Docs & Notes · No sign-in · Free
GetCurrentOffer is a remote MCP server that lets AI agents search live credit card merchant offers across every major US issuer — Amex, Chase, Citi, PayPal…
- Search Offers: Search credit card merchant offers by merchant name, offer description, or card issuer. Returns matching offers with details including cash back percentages, bonus points, and expiratio
- Get Offer Details: Get complete details of a specific credit card offer by its unique ID. Returns the full offer including merchant name, description, cash back rate, expiration date, activation URL,
- List Merchants: List all merchants that currently have active credit card offers. Optionally filter by card issuer to see which merchants have offers for a specific card. Returns an alphabetically sor
CRM & Sales · No sign-in · Free
Search the live web to retrieve up-to-date information and bypass knowledge cut-offs.
- Web Search: Performs a live Google search and returns clean Markdown results via Jina. Great for solving knowledge cut-offs.
- Read Webpage: Reads any URL and converts it to clean LLM-friendly Markdown, bypassing Captchas. Superior to standard HTML fetch.
Docs & Notes · No sign-in · Free
Official GHWD documentation MCP — read llms.txt, pricing.md, auth.md, agent instructions, and AI index from ghwd.com.br.
- Get Site Profile: Return GHWD organization profile, when-to-use guidance, and agent entrypoints.
- Get Discovery Catalog: List machine-readable discovery resources (OpenAPI, llms.txt, markdown, developers).
- Get Health: Liveness probe for the Agent Discovery API.
Docs & Notes · No sign-in · Free
The code context layer for AI coding agents.
- Get Example: Use when the user needs a canonical open-source example, usage pattern, or API snippet that is not tied to one already-known dependency/repository. Best for "how do I use X", cross-projec
- Search Language: Use before `get_example` only when you need to force a language and are unsure of GitHits' exact language name. Finds supported language names and aliases; returns up to 5 matches. De
- Feedback: Use after a GitHits result was helpful, unhelpful, wrong, incomplete, slow, or confusing. Submit feedback on a tool result or the GitHits experience. Two modes: 1. **Solution-tied** — pass t
Tasks & Projects · No sign-in · Free
GlobalGov gives an agent direct access to government procurement: live tenders, RFPs and grants pulled from official government portals worldwide and…
- Search Solicitations: Full-text search over 9.9M+ government procurement records (solicitations, tenders, RFPs, grants) from 193 countries, 60 of them with a national procurement source, updated daily
- Get Solicitation: Fetch one full public solicitation record by slug (as returned by search_solicitations / get_live_opportunity_feed) or by UUID. Returns title (original + English), agency, country, v
- Get Related Solicitations: Up to 5 open solicitations related to a given record slug, matched by country and NAICS code, ordered by nearest deadline. Fast, index-backed lookup. Useful for 'what else i
Advertising · No sign-in · Free
Generate game sprite sheets and animations from an image, and clean up sprite backgrounds.
Docs & Notes · API key required · Free