Overview
The Award Force docs MCP server gives any MCP-compatible AI tool a direct connection to the Award Force API documentation. Instead of guessing how the API works, the AI searches the docs and grounds its answers in current content. Without the docs MCP:How it helps you
When you connect the docs MCP to your AI tools, the AI becomes an Award Force expert and:- Generates accurate code using current API endpoints, parameters, and request bodies.
- Answers specific questions about the API, authentication, and webhooks.
- Suggests best practices for working with entries, categories, assignments, and more.
- Finds the right documentation when you are stuck on implementation.
The docs MCP server provides documentation
search only. It does not make API calls. To use the Award Force API itself, include your API key in requests as described in the authentication guide.Server URL
Configuration
URL-based connection
If your client supports remote MCP servers, paste the server URL into its connector settings.File-based configuration
If your client uses anmcp.json (or equivalent) configuration file, add an entry like:
One-click connectors
Many Award Force documentation pages include one-click MCP connectors in the dropdown next to the document header. See AI-optimised documentation for details.Test your MCP connection
Once configured, verify the connection by asking your AI tool:Troubleshooting
Connection issues
MCP server not connecting:- Verify the URL is exactly
https://docs.awardforce.com/mcp. - Check your internet connection.
- Restart your AI tool after configuration.
- Confirm the MCP server was added correctly.
- Try removing and re-adding the server configuration.
- Check the MCP support documentation for your AI tool.
Search issues
Search returns no results:- Try different search terms.
- Use more general terms, for example
entryinstead ofentry field API. - Verify the MCP connection is working.