Plain Text Docs
You can access all of our documentation as plain text markdown files by adding.md to the end of any url. For example, you can find the plain text version of this page itself at https://docs.invopop.com/building-with-llms.md.
This helps AI tools and agents consume our content and allows you to copy and paste the entire contents of a doc into an LLM. This format is preferable to scraping or copying from our HTML and JavaScript-rendered pages because:
- Plain text contains fewer formatting tokens.
- Content that isn’t rendered in the default view (for example, it’s hidden in a tab) of a given page is rendered in the plain text version.
- LLMs can parse and understand markdown hierarchy.
/llms.txt file which instructs AI tools and agents how to retrieve the plain text versions of our pages. The /llms.txt file is an emerging standard for making websites and content more accessible to LLMs.
Model Context Protocol (MCP) Server
Here are some ways you can connect to our docs MCP server:- Claude
- Claude Code
- Cursor
- VS Code
- Navigate to the Connectors page in the Claude settings.
- Select Add custom connector.
- Add the Invopop Docs MCP server name (such as
invopop-docs) and URL (https://docs.invopop.com/mcp). - Add the GOBL Docs MCP server name (such as
gobl-docs) and URL (https://docs.gobl.org/mcp). - Select Add.
- When using Claude, select the attachments button (the + icon).
- Select your MCP server.