← WebMCP Directory

Tool tree

bema.jpamorgan.com

liveMedia & Personal
https://bema.jpamorgan.com/
Search and browse every BEMA Podcast episode by title, topic, season, person, or episode number. Free public API and MCP access are available for developers and AI agents.
Explore capabilities
open_bema_episodeAction

Open the human-readable BEMA Podcast Explorer page for a known stable episode slug.

View tool JSON
{
  "name": "open_bema_episode",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the human-readable BEMA Podcast Explorer page for a known stable episode slug.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string",
        "description": "The stable episode slug returned by BEMA search, such as 74 or -1."
      }
    },
    "required": [
      "slug"
    ]
  },
  "page": "/"
}
search_bema_episodesAnswer

Search public BEMA Podcast episode metadata by topic, title, person, biblical text, or episode number.

View tool JSON
{
  "name": "search_bema_episodes",
  "kind": "answer",
  "impl": "declarative",
  "description": "Search public BEMA Podcast episode metadata by topic, title, person, biblical text, or episode number.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "q": {
        "type": "string",
        "description": "Search episodes, topics, or numbers"
      }
    },
    "required": [
      "q"
    ]
  },
  "page": "/"
}