← WebMCP Directory

Tool tree

foundersprime.com

liveProductivity & Business
https://foundersprime.com/
Join thousands of founders saving millions with our verified database of startup credits, grants, and software deals.
Explore capabilities
search-dealsanswer

Search FoundersPrime verified startup deals, credits, grants, and programs by keyword.

View tool JSON
{
  "name": "search-deals",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search FoundersPrime verified startup deals, credits, grants, and programs by keyword.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search keywords, e.g. AWS credits or student grants"
      }
    },
    "required": [
      "query"
    ]
  }
}
get-site-infoanswer

Get FoundersPrime overview, key URLs, and agent discovery endpoints.

View tool JSON
{
  "name": "get-site-info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get FoundersPrime overview, key URLs, and agent discovery endpoints.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
open-pricingact

Navigate to FoundersPrime pricing plans.

View tool JSON
{
  "name": "open-pricing",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate to FoundersPrime pricing plans.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
browse-programsact

Open accelerators, incubators, or grants program listings.

View tool JSON
{
  "name": "browse-programs",
  "kind": "act",
  "impl": "imperative",
  "description": "Open accelerators, incubators, or grants program listings.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "type": {
        "type": "string",
        "enum": [
          "accelerators",
          "incubators",
          "grants",
          "programs"
        ],
        "description": "Which program list to open"
      }
    },
    "required": [
      "type"
    ]
  }
}