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 Access
REST API

Traditional REST endpoints for direct HTTP access. Public read-only access available.

Public Access
Base URLs
MCPhttps://alexwilsonsongs.com/mcp
RESThttps://alexwilsonsongs.com/api/public/songs
No 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.