Skip to main content
Glama
296,178 tools. Last updated 2026-07-13 20:32

"Character Name and Profile Generator" matching MCP tools:

  • Search the FAA aircraft reference table by manufacturer/model name (full-text), aircraft type code, or category code to discover 7-character manufacturer/model/series codes and browse specifications. Use this before faa_get_aircraft_type to find a code by name. At least one filter is required. When the result count hits the limit, the response discloses truncation.
    Connector
  • Generate one or more images from a text prompt, billed to the caller's credits. Requires authentication. Anonymous image generation is available only via the REST API (``POST /v1/image-generators/{id}/runs``); the MCP transport always authenticates. Resolution order for the generator (highest priority first): 1. A deployed ``generator`` ref (``uuid@version`` or bare UUID): pins the deployed version config. 2. The ``model`` control path (authenticated one-off, ephemeral). Not usable from published templates. 3. A tier ``generator`` ref (``system:<tier>``): resolves to the tier's current best model (auto-upgrade). Available tiers: ``system:image-standard`` (default), ``system:image-premium``, ``system:image-edit`` (image-to-image, requires ``reference_image_url``). 4. Default: ``system:image-standard`` when no generator or model is given. ``generator`` and ``model`` are mutually exclusive. For ``image_to_image`` generators, ``reference_image_url`` is required and must be a public HTTP or HTTPS URL. For ``text_to_image`` generators, providing ``reference_image_url`` is rejected. Billing: spend is deducted from the caller's monthly credit balance. ``BudgetExhausted`` (402) and ``AccountSuspended`` (403) propagate if the balance is zero or the account is suspended. ``visibility`` sets the access level of the hosted copy of each image: ``public`` (default) returns a link that opens in any browser; ``private`` returns a link only you can open and forward to people you choose, while the plain URL stays locked. Returns: ``{run_id, model_tier_or_model, image_url, image_urls, width, height, num_images, cost_usd, duration_ms, status, created_at, error_code, error_message, hosted_images}``. ``hosted_images`` carries the durable Goodeye-hosted copy of each image with its ``url`` (the browser-viewable link) and ``visibility``. The prompt is never stored; only its hash is persisted on the run row.
    Connector
  • Profile-first: when connected with a profile, the league and your team are inferred, so don't ask the user for league url/id or team name/id; call fantasy_get_my_setup to see what's configured. Get every team's roster with player names, positions, and slot/status. Args: provider; league_id; league_query; season (espn/sleeper); sport (enables/uses name resolution); period (week, optional); team_query (filters to one team AND marks it ⭐); credentials. With a fantasy profile bearer token, league_id and team_query may be inferred from the configured profile. "My roster": pass team_query. ESPN/Sleeper auto-detect your team; Fantrax has no owner data so team_query is required to identify it. The exact team id is preferred (rename-proof), and a unique name fragment also works. Get ids from fantasy_get_league_info. Names: ESPN & Sleeper resolve names automatically. Fantrax needs 'sport' to resolve player ids to names. Fantrax league_id may be the full copied league URL.
    Connector
  • Deploy a reusable image generator that workflows reference to produce images from a chosen model: creates it or appends a version. An image generator is a named, versioned configuration that routes image generation calls to a specific model. Generators are private and owner-scoped. Workflows reference them by UUID or ``uuid@version``. You cannot deploy a new generator whose ``name`` matches an active platform ``scope=system`` generator (those are tier-level configs that are run-only and not listed or fetched). Versioning: the first deploy with a given ``name`` creates the generator at version 1. Re-deploying the same ``name`` appends a new version and requires ``expected_version_token`` from the latest known version (returned by deploy/list/get). A new generator must omit the token; an existing one without a token returns Conflict. Deploy-time validation: the ``model`` is checked against the pricing layer. A model that does not resolve to a known image endpoint with an authoritative price is rejected before any row is written. Returns: ``{generator_id, name, description, current_version, version, version_token, status, scope, provider, model, generation_contract, config_hash, created_at}``. Persist ``version_token`` for the next re-deploy.
    Connector
  • Permanently and immediately erase an image generator you own (``scope=user`` only). ``generator_id`` accepts a UUID string. This is permanent: the generator, all its versions (provider config, model, parameters), all run records, and all anonymous run records are removed from the live system at once. There is no recovery path. Use ``revoke_image_generator`` if you want to deactivate the generator without erasing it, keeping the audit trail intact. Encrypted backups age out within the platform's standard retention window (up to three months), so the data is not instantly erased from all systems everywhere, but it is no longer accessible through any product surface after this call. Serving gate: if any live published template version carries a snapshot that references this generator, deletion is refused with a Conflict. Unpublish the relevant template version(s) first, then call this operation. Platform-managed (``scope=system``) generators and another user's generators always surface as NotFound. No confirmation token is required. Returns ``{generator_id, name, deleted: true}``.
    Connector
  • USE THIS to verify a Chinese Resident Identity Card number (居民身份证) before relying on it — do not guess the check character. Checks the 18-character form and the ISO 7064 MOD 11-2 check character (which may be 'X'). Validates structure only; does NOT confirm the number is registered.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Read-only MCP server for Frank Poncelet: profile, career, projects, speaking, expertise, persona.

  • Live brand-name availability checks: US trademark (USPTO), domains, social handles, app stores.

  • Inspect one image generator you own (its model and full config) at head or a pinned version. ``generator_id`` accepts a UUID string. Platform ``system:...`` tier aliases and system generator UUIDs are not returned here (NotFound): system generators are run-only and their internal config never surfaces through list, get, deploy, or revoke. Defaults to the current version; pass ``version`` to pin. Returns the full deploy-time payload (``provider``, ``model``, ``generation_contract``, ``default_params``) plus ``config_hash`` (SHA-256 over the config) so callers can detect drift across versions. Requires ownership; a cross-user or revoked generator surfaces as NotFound.
    Connector
  • Use this when the user asks which DocuWriter.ai account is connected or whether it can run a generator. Read-only: returns the account name and a can_generate boolean without changing account data.
    Connector
  • Browse Comic Vine's fictional character directory. Filter by name, publisher, or first-appearance date (filter="name:Spider-Man"); paginate with limit/offset. Returns character IDs, names, publishers, and deck summaries.
    Connector
  • ENS name ↔ Ethereum address resolution. Forward: pass a .eth name to get the address, avatar, and social profile records. Reverse: pass a 0x address to get its primary ENS name and profile. Returns address, ens_primary, avatar_url, description, twitter, github, discord, telegram, url, and content_hash.
    Connector
  • Profile-first: when connected with a profile, the league (and your team where applicable) are inferred, so don't ask the user for league url/id or team name/id; call fantasy_get_my_setup to see what's configured. Get a league's name, teams (with owners on ESPN/Sleeper), and key settings. Args: provider; league_id; league_query; team_query; season (espn/sleeper); sport; credentials (only for private leagues / fantrax). With a fantasy profile bearer token, league_id may be omitted when the profile has exactly one matching league. "Your team" (⭐): ESPN/Sleeper mark it automatically from your credentials. Fantrax exposes NO owner data, so it can't be auto-detected. Pass team_query (your exact team id is preferred; a unique name fragment also works) to mark it. Fantrax: league_id may be the full copied Fantrax league URL; the server extracts the id.
    Connector
  • Find a person's professional profile by name (+company) via Coresignal — returns title, current company, location, LinkedIn URL, work experience and education. LinkedIn-adjacent people data. Example: coresignal_employee({ name: "Patrick Collison", company: "Stripe", _apiKey: "your-key" })
    Connector
  • Find companies by name (case-insensitive substring). Returns id, location and verified funding totals; pass the id to get_company for the full profile.
    Connector
  • Get a random emoji with its character, name, category, and group. Use when you need an unpredictable emoji for variety or surprise elements.
    Connector
  • Look up the full public profile for a Tewdy provider. Accepts either a Tewdy UUID (returned by search_providers as `id`) or a tewdyTag handle (e.g. "marcus-chen", returned as `tewdyTag`). Returns name, jobTitle, bio, profile picture, languages, capability pricing, ratings, verification status, and tewdyTag.
    Connector
  • Get the profile of a UK government organisation by its slug. Returns name, acronym, type, status, web URL, and parent/child organisations. Use govuk_list_organisations to browse all organisations and discover slugs.
    Connector
  • Fetch a single UK company profile by company number. Returns registered name, status, type, SIC codes, registered office, accounts/confirmation-statement due dates, and links to officers/filings/charges/PSCs.
    Connector
  • Get the profile of a UK government organisation by its slug. Returns name, acronym, type, status, web URL, and parent/child organisations. Use govuk_list_organisations to browse all organisations and discover slugs.
    Connector
  • Reverse a string character-by-character. Unicode-aware — handles emoji and combining characters correctly using Array.from on the iterator.
    Connector
  • Retrieve a Lemma document generator by generatorId via GET /v1/doc-generators/{generatorId}. A generator describes how a class of source documents is produced (e.g., what fields a 'KYC-v2' issuer must populate). Returns GeneratorMeta { generatorId, schema, description?, language?, source?: { type: 'url', uri }, inputsSpec?, outputsSpec? }. Each generator is bound to one schema. Use this when onboarding a new issuer or auditing how an existing schema is being populated.
    Connector