List by FullForms

FullForms · List

AI agents (MCP)

Connect your AI assistant to your glossaries through the Model Context Protocol, so it answers with your team's definitions instead of guessing.

What it does

Once connected, your assistant can call FullForms as a tool while it works:

  • Search and read: look up a term across the lists you connected, browse a list's entries, and check whether a term already exists before proposing a new one.
  • Write, if you allow it: create entries on lists where you're an editor, or submit suggestions where suggestions are enabled. Read-only connections are the default.

The server lives at https://list.fullforms.com/mcp and works with Claude, ChatGPT, Gemini, and any other client that supports remote MCP servers with OAuth.

Connect a client

  1. In your AI client, add a custom connector / remote MCP server with the URL https://list.fullforms.com/mcp. In Claude, for example, that's Settings → Connectors → Add custom connector.
  2. The client opens a FullForms consent page. Sign in if needed.
  3. Pick exactly which lists the assistant may access, and whether it can write or only read. The page shows a plain-language summary of what the connection will be able to do.
  4. Approve. The client finishes connecting and the tools appear in your assistant.

Manage or revoke access

Every connection shows up under Account settings → Connected apps, with the connected lists and its read or read-and-write scope. Disconnecting there revokes the connection immediately; the assistant loses access without any change on the client side.

Privacy & permissions

  • A connection is never account-wide. It sees only the lists you picked on the consent screen, and your own permissions are the ceiling: the assistant can never do anything your account couldn't.
  • Write access is opt-in per connection, and writes still respect per-list roles and suggestion settings.
  • Requests are rate limited per connection.

Troubleshooting

The client says the server requires authentication

That's expected: every request must be authorized. OAuth-capable clients handle this automatically by opening the consent page. If the flow doesn't start, remove and re-add the connector.

A list is missing from the assistant's answers

The connection only covers the lists picked at consent time. To widen it, disconnect under Account settings → Connected apps and connect again with the new selection.