Api bible

Api bible

API.Bible allows developers to integrate Scripture content into their applications or websites for non-commercial purposes.

57VIEWS
2USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app api_biblenpx @composio/cli add cursor --app api_biblenpx @composio/cli add cursor --app api_biblenpx @composio/cli add cursor --app api_bible

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get All Books

Tool to retrieve a list of all books in the bible. use when you need a catalog of every biblical book.

Get Bible By Id

Tool to retrieve details of a specific bible version by its id. use when you need full metadata after listing versions. example prompt: 'get metadata for bibleid de4e12af7f28f599-01'.

Get Section

Tool to retrieve detailed content for a single section by id. use after listing sections.

Get Sections

Tool to retrieve a list of sections for a specific book in a bible version. use after obtaining the bible and book ids to view sectional breakdown.

Get Supported Bible Versions

Tool to retrieve supported bible versions. use when you need to list all available bible translations.

Search Verses

Tool to search for verses containing a specified query within a version.

6 actions available