← WebMCP Directory

Tool tree

addictioncenter.com

Health & Education
https://www.addictioncenter.com/
Find a rehab based on your drug, location, and needs. Addiction Center provides info on addiction, treatment, and recovery. Learn more about signs, symptoms, and withdrawal on each drug and get connected with treatment providers who care to help with addiction.
Explore capabilities

Tools verified

search_addiction_centerAction

Search AddictionCenter.com informational content and treatment center resources by keyword.

View tool JSON
{
  "name": "search_addiction_center",
  "kind": "act",
  "impl": "declarative",
  "description": "Search AddictionCenter.com informational content and treatment center resources by keyword.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "s": {
        "type": "string",
        "description": "Keyword or phrase to search for across AddictionCenter.com."
      }
    },
    "required": []
  }
}
search_treatment_centersAction

Search Addiction Center treatment center listings by location, type of care, and insurance.

View tool JSON
{
  "name": "search_treatment_centers",
  "kind": "act",
  "impl": "declarative",
  "description": "Search Addiction Center treatment center listings by location, type of care, and insurance.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "location": {
        "type": "string",
        "description": "City, state, or ZIP code where treatment is needed."
      },
      "type": {
        "type": "string",
        "description": "Type or level of treatment care to find."
      },
      "insurance": {
        "type": "string",
        "description": "Insurance provider that treatment centers should accept."
      },
      "insurance_search": {
        "type": "string",
        "description": "Optional text used to narrow the available insurance provider choices."
      }
    },
    "required": []
  }
}