API Documentation
Complete guide to the Alex Wilson Songbook API and MCP server
Getting Started
Quick overview of available APIs
The Alex Wilson Songbook provides two ways to access song data programmatically:
MCP Server
Model Context Protocol server for AI assistants like Claude. Provides structured tools for song discovery and retrieval.
Public AccessREST API
Traditional REST endpoints for direct HTTP access. Public read-only access available.
Public AccessBase URLs
MCP
https://alexwilsonsongs.com/mcpREST
https://alexwilsonsongs.com/api/public/songsNo Authentication Required
All endpoints are publicly accessible
Both the MCP server and REST API are fully public. No API keys or authentication needed. Just make requests directly to the endpoints.